Search Criteria
Package Details: python-scikit-image 0.25.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-scikit-image.git (read-only, click to copy) |
---|---|
Package Base: | python-scikit-image |
Description: | Image processing routines for SciPy |
Upstream URL: | http://scikit-image.org |
Licenses: | BSD-3-Clause |
Submitter: | Dragonlord |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 69 |
Popularity: | 0.96 |
First Submitted: | 2016-04-30 10:32 (UTC) |
Last Updated: | 2025-02-02 07:13 (UTC) |
Dependencies (25)
- python-imageioAUR
- python-lazy-loader
- python-networkx (python-networkx-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-packaging
- python-pillow (python-pillow-simd-gitAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-tifffileAUR
- cython (cython-gitAUR) (make)
- meson-python (make)
- python-build (make)
- python-installer (make)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (make)
- python-pythran (python-pythran-gitAUR) (make)
- python-setuptools (make)
- freeimage (optional) – for reading various types of image file formats
- python-astropy (optional) – Provides FITS I/O capability
- python-cloudpickle (optional) – necessary to provide the processes scheduler for dask
- python-dask (optional) – used to speed up certain functions
- python-matplotlib (python-matplotlib-gitAUR) (optional)
- Show 5 more dependencies...
Required by (87)
- alabamaencoder-git
- caffe (optional)
- caffe-cmake-git
- caffe-cuda (optional)
- caffe-cuda-git (optional)
- caffe-git (optional)
- caffe-ssd (optional)
- fawkes-git
- fluxvis
- glueviz
- labelme
- mathics (optional)
- monailabel
- napari
- openmotor
- paddleocr-git
- planetarysystemstacker-git
- python-acstools (check)
- python-acstools (optional)
- python-acstools-doc (make)
- Show 67 more...
Latest Comments
1 2 3 4 5 6 Next › Last »
simonzack commented on 2025-02-02 07:14 (UTC)
Please don't switch it to
python-numpy1
. I only havepython-numpy 2.2.2-1
installed. Old software versions are obsolete. When you ranpacman -Qii
there that's the same as running it forpython-numpy
.MonkeeSage commented on 2025-02-02 07:05 (UTC) (edited on 2025-02-02 07:06 (UTC) by MonkeeSage)
@Universebenzene can you remove the make dependency on
python-numpy>=2.0
that was added in version 0.25.0-1, or switch it topython-numpy1
? The >=2.0 build dependency was only added upstream as a work around for testing nightly dev builds in their CI system.https://github.com/scikit-image/scikit-image/pull/7367
https://github.com/scikit-image/scikit-image/issues/7282
The package (0.25.1-1) builds just fine with
python-numpy1
and many packages still depend on numpy1 so trying to upgrade this package wants to remove like 150 python packages on my development system whenpython-numpy>=2.0
is in the makedepends.Universebenzene commented on 2024-07-23 07:35 (UTC)
@PBhat I just rebuilt the package on Arch Linux with devtools and no problem occured. No idea whether your problem is caused by manjaro or not.
PBhat commented on 2024-07-22 04:26 (UTC)
Trying to install through Manjaro 'Add/Remove packages'
Aborting installation on error.
Some of the last lines of error below.
" gcc -fno-strict-overflow -DNDEBUG -g -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -flto=auto -fPIC -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -Iimagecodecs -I/usr/include/python3.12 -I/usr/lib/python3.12/site-packages/numpy/_core/include -c imagecodecs/_jpegls.c -o build/temp.linux-x86_64-cpython-312/imagecodecs/_jpegls.o imagecodecs/_jpegls.c:1263:10: fatal error: charls/charls.h: No such file or directory 1263 | #include "charls/charls.h" | ^
compilation terminated. error: command '/usr/bin/gcc' failed with exit code 1ERROR Backend subprocess exited when trying to invoke build_wheel ==> ERROR: A failure occurred in build(). Aborting... "
Universebenzene commented on 2023-11-13 03:29 (UTC)
@ifernando beniget should be a dependency of pythran. No idea why you missed it.
ifernando commented on 2023-11-12 19:17 (UTC) (edited on 2023-11-12 19:24 (UTC) by ifernando)
During compilation the following error occurs:
I have installed https://aur.archlinux.org/packages/pypy3-beniget but it does not solve the missing module.
Any ideas so solve it?
hashworks commented on 2023-10-18 18:49 (UTC) (edited on 2023-10-18 18:49 (UTC) by hashworks)
aurutils fails to make it past the dep installation, any idea?
dtbaumann commented on 2023-10-10 18:24 (UTC)
failed compilation might have been a problem with python-build 1.0.1, solved here with today's update to 1.0.3
4rozenwolves commented on 2023-10-06 06:34 (UTC) (edited on 2023-10-06 06:37 (UTC) by 4rozenwolves)
I received this error when installing:
I changed the dependency from
python-scipy
topython-scipy-mkl
since it was giving dependency check error by trying to uninstallpython-scipy-mkl
1 2 3 4 5 6 Next › Last »