Search Criteria
Package Details: python-imageio 2.25.0-1
Package Actions
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: | 27 |
Popularity: | 0.60 |
First Submitted: | 2015-07-08 00:42 (UTC) |
Last Updated: | 2023-01-26 04:38 (UTC) |
Dependencies (9)
- python-numpy (python-numpy-git, python-numpy1.22, python-numpy-openblas, python-numpy-mkl, python-numpy-flame, python-numpy-mkl-bin)
- python-pillow (python-pillow-git, python-pillow-simd)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312) (make)
- python-setuptools (make)
- avbin (avbin-git) (optional)
- freeimage (optional)
- python-astropy (python-astropy31) (optional)
- python-imageio-ffmpeg (optional)
- python-simpleitk (python-simpleitk-bin) (optional)
Required by (22)
- isr-git
- napari
- napari-svg
- newm-git
- psychopy
- python-colour-science
- python-drawsvg
- python-garage (optional)
- python-kikuchipy
- python-ludwig (optional)
- python-matplotx (check)
- python-maxfield-git
- python-mglearn
- python-moviepy
- python-moviepy-git
- python-mujoco-py
- python-pims
- python-pyvista
- python-rawpy (check)
- python-scikit-image
- Show 2 more...
Latest Comments
1 2 3 Next › Last »
jwh commented on 2022-07-23 23:57 (UTC)
Could you add aarch64? Hate to ask but makepkg still doesn't have the ability to ignore arch in makepkg.conf :(
31415926 commented on 2022-02-03 00:33 (UTC)
PKGBUILD for 2.14.1: https://pastebin.com/Xj3i8hQu diff of PKGBUILD for 2.14.0 with 2.14.1: https://pastebin.com/4aDgwe6L
m-pilia commented on 2021-04-05 11:24 (UTC)
Hi! I splitted
python-simpleitk
out of thesimpleitk
package. Can you please update the dependency topython-simpleitk
?djmattyg007 commented on 2021-01-03 02:53 (UTC)
Could you please bump the pkgrel to force a rebuild for python3.9?
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 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 (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 thatmakepkg
can build the package without any error...tsj commented on 2019-12-13 14:09 (UTC)
I am getting these errors:
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).
1 2 3 Next › Last »