Package Details: python-imageio 2.34.1-2

Git Clone URL: https://aur.archlinux.org/python-imageio.git (read-only, click to copy)
Package Base: python-imageio
Description: a Python library that provides an easy interface to read and write a wide range of image data
Upstream URL: https://github.com/imageio/imageio
Licenses: BSD
Submitter: Francois_B
Maintainer: leomao
Last Packager: leomao
Votes: 30
Popularity: 0.181085
First Submitted: 2015-07-08 00:42 (UTC)
Last Updated: 2024-04-28 03:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

leomao commented on 2019-12-18 02:26 (UTC) (edited on 2019-12-18 02:26 (UTC) by leomao)

@tsj, these warnings should not appear. Maybe your setuptools has some problems? Could you check if python-setuptools is installed properly?

tsj commented on 2019-12-16 15:49 (UTC)

@leomao, I just tried again with regular makepkg instead of yay, still the same. What are the binaries? Maybe it is deciding not to download them in my case for some reason? The only other warnings I see during the install are these:

/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires'
  warnings.warn(msg)
/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)
/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extras_require'
  warnings.warn(msg)
/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'entry_points'
  warnings.warn(msg)

leomao commented on 2019-12-14 07:36 (UTC)

@tsj, Strange. For the version 2.6.1, python setup.py install should install two binaries that we don't need in /usr/bin... I have verified that makepkg can build the package without any error...

tsj commented on 2019-12-13 14:09 (UTC)

I am getting these errors:

rm: cannot remove '/home/tsj/.cache/yay/python-imageio/pkg/python-imageio/usr/bin/imageio_download_bin': No such file or directory
rm: cannot remove '/home/tsj/.cache/yay/python-imageio/pkg/python-imageio/usr/bin/imageio_remove_bin': No such file or directory

leomao commented on 2019-04-27 08:38 (UTC)

Hi Stefan, thanks for the suggestion, updated.

StefanH commented on 2019-04-27 04:56 (UTC)

Hi Leo, thanks for maintaining this package! Could you please add a small fix to prevent source file conflicts? Change

source=("https://github.com/imageio/imageio/archive/v${pkgver}.tar.gz")

to:

source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v${pkgver}.tar.gz")

so the downloaded file will have a package-specific name (see warning at https://wiki.archlinux.org/index.php/PKGBUILD#Sources).

leomao commented on 2019-03-02 03:42 (UTC)

Thanks for notifying me. Add it as an optional dependency.

oysstu commented on 2019-03-01 17:28 (UTC)

Usage of ffmpeg now seems to depend on a separate library. I've added it here https://aur.archlinux.org/packages/python-imageio-ffmpeg/

sl1pkn07 commented on 2019-01-25 18:00 (UTC)

BTW. you can talk with the python2-imageio maintainer and join the two packages in one? for use one pkgbuild for the two packages (split pkgbuild)

greetings

sl1pkn07 commented on 2019-01-25 17:56 (UTC)

if is only for download/install/uninstall dependencies. seems can be get rid it

greetings