Search Criteria
Package Details: python-scikit-image 0.24.0-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: | 68 |
Popularity: | 0.116555 |
First Submitted: | 2016-04-30 10:32 (UTC) |
Last Updated: | 2024-06-19 05:02 (UTC) |
Dependencies (27)
- python-imageioAUR
- python-lazy-loaderAUR
- python-networkx (python-networkx-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-packaging
- python-pillow (python-pillow-gitAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- python-tifffileAUR
- cython (cython-gitAUR, cython0AUR) (make)
- meson-python (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR) (make)
- python-packaging (make)
- python-pythran (python-pythran-gitAUR) (make)
- python-setuptools (make)
- python-wheel (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
- Show 7 more dependencies...
Required by (90)
- caffe (optional)
- caffe-cmake-git
- caffe-cuda (optional)
- caffe-cuda-git (optional)
- caffe-git (optional)
- caffe-ssd (optional)
- fawkes-git
- fluxvis
- labelme
- mathics (optional)
- monailabel
- napari
- openmotor
- paddleocr-git
- planetarysystemstacker-git
- python-acstools (check)
- python-acstools (optional)
- python-acstools-doc (make)
- python-albumentations
- python-astroalign
- Show 70 more...
Latest Comments
1 2 3 4 5 6 Next › Last »
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
carlosal1015 commented on 2023-07-22 04:48 (UTC)
Can not reproduce this error. The installation is successfully, maybe is related with glibc incompatibility like in aur's wxmaxima report.
JohnRobson commented on 2023-07-21 22:17 (UTC)
1 2 3 4 5 6 Next › Last »