Package Details: python-imageio 2.37.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: BSD-2-Clause
Submitter: Francois_B
Maintainer: leomao
Last Packager: leomao
Votes: 37
Popularity: 2.39
First Submitted: 2015-07-08 00:42 (UTC)
Last Updated: 2025-02-26 13:22 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

TrialnError commented on 2023-10-13 16:56 (UTC)

python-wheel is also missing as a makedep for using the wheel way of creating python packages.

petronny commented on 2023-10-13 14:21 (UTC)

python-setuptools is needed during the build.

ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.
==> ERROR: A failure occurred in build().

https://github.com/arch4edu/cactus/actions/runs/6508416259/job/17677731087

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 :(

<deleted-account> 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 the simpleitk package. Can you please update the dependency to python-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 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