Search Criteria
Package Details: python-imageio 2.9.0-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: | |
Submitter: | Francois_B |
Maintainer: | leomao |
Last Packager: | leomao |
Votes: | 22 |
Popularity: | 1.46 |
First Submitted: | 2015-07-08 00:42 |
Last Updated: | 2021-01-03 03:19 |
Dependencies (9)
- python-numpy (python-numpy-mkl, python-numpy-openblas, python-numpy-mkl-bin)
- python-pillow (python-pillow-git, python-pillow-simd)
- python (python-dbg) (make)
- python-setuptools (make)
- avbin (avbin-git) (optional)
- freeimage (optional)
- python-astropy (python-astropy31) (optional)
- python-imageio-ffmpeg (optional)
- simpleitk (optional)
Latest Comments
1 2 Next › Last »
djmattyg007 commented on 2021-01-03 02:53
Could you please bump the pkgrel to force a rebuild for python3.9?
leomao commented on 2019-12-18 02:26
@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
@leomao, I just tried again with regular
makepkg
instead ofyay
, 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:leomao commented on 2019-12-14 07:36
@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 thatmakepkg
can build the package without any error...tsj commented on 2019-12-13 14:09
I am getting these errors:
leomao commented on 2019-04-27 08:38
Hi Stefan, thanks for the suggestion, updated.
StefanH commented on 2019-04-27 04:56
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
Thanks for notifying me. Add it as an optional dependency.
oysstu commented on 2019-03-01 17:28
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
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