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
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Universebenzene commented on 2019-03-07 13:12 (UTC) (edited on 2019-03-07 13:13 (UTC) by Universebenzene)
Hi @bertptrs, actually I don't have
build()
function in the PKGBUILD, and I am modifying the source code inprepare()
function , notbuild()
. In fact for most python packages, thepython setup.py install
does the build at the same time, so we don't really need anotherbuild()
for them. The package builds well on my PCs, so could you please tell me what kinds of errors occur on yours? Thanks for feedback.bertptrs commented on 2019-03-07 12:45 (UTC)
Hi, I see you modified the PKGBUILD quite a bit, and with it introduced some errors. Would you mind going back to the old style?
Currently, it modifies source code in
build()
rather thanprepare()
and also compiles code inpackage()
rather than inbuild()
. Both are bad practices, and the PKGBUILD did this correctly before the latest commit. Please see https://wiki.archlinux.org/index.php/Python_package_guidelinesDragonlord commented on 2019-03-05 20:24 (UTC)
Package disowned.
Universebenzene commented on 2019-02-27 12:42 (UTC) (edited on 2019-02-27 13:25 (UTC) by Universebenzene)
The PKGBUILD produced by @greyltc works well. Are you still maintaining this package? If you got any problem, we can discuss here, or please update this package ASAP. This package is related to several other packages, so if you don't update it to 0.14.2, they may all get problems.
versusvoid commented on 2019-01-29 10:02 (UTC)
Please, split PKGBUILD into two distinct packages, so I would not have to install all the python2 dependencies just to build python2 version, when I have no need for it in the first place. It would build faster, download less, there will be peace on Earth and everyone will be happy. Yeah, it would mean duplicating some common fields across two PKGBUILDs, but IMO it worth the gain.
greyltc commented on 2019-01-28 12:11 (UTC)
Fixed PKGBUILD is here: https://gist.githubusercontent.com/greyltc/757e3960127db07ed4d19c1f5c38b30f/raw/43ef5cb5abbc2c199be88eba49d1f69376431541/PKGBUILD
greyltc commented on 2019-01-27 14:32 (UTC)
Today this doesn't import because:
Looks like https://github.com/scikit-image/scikit-image/issues/3586
I think a fix for this should be in the 0.14.2 release so please update asap!
andrew-wja commented on 2019-01-18 15:41 (UTC)
When I try to import the library:
ImportError: /usr/lib/python3.7/site-packages/skimage/restoration/_nl_means_denoising.cpython-37m-x86_64-linux-gnu.so: undefined symbol: fast_exp
salviati commented on 2018-10-06 15:14 (UTC)
Build fails with ==> Validating source files with sha256sums... scikit-image-0.14.1.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check!
tocic commented on 2018-10-06 05:47 (UTC)
+1, please update
« First ‹ Previous 1 2 3 4 5 6 Next › Last »