Package Details: python-scikit-image 0.22.0-1

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: 66
Popularity: 0.54
First Submitted: 2016-04-30 10:32 (UTC)
Last Updated: 2024-01-18 04:32 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

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:

ModuleNotFoundError: No module named 'beniget'
[2/168] Generating skimage/feature/_brief_pythran with a custom command
FAILED: skimage/feature/brief_cy.cpp 

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?

==> Making package: python-scikit-image 0.22.0-1 (Wed 18 Oct 2023 08:49:34 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
:: cython and cython0 are in conflict. Remove cython0? [y/N] y
:: python-gast and python-gast03 are in conflict. Remove python-gast03? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing python-gast03 breaks dependency 'python-gast03' required by python-tensorflow-opt-cuda
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> cython>=0.29.32
  -> meson-python>=0.14
  -> python-pythran
  -> python-astropy>=5.0
  -> python-pytest-cov>=2.11.0
  -> python-dask
  -> python-numpydoc>=1.5
  -> python-pytest-localserver
  -> python-simpleitk
==> ERROR: Could not resolve all dependencies.

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:

skimage/feature/_cascade.cpython-311-x86_64-linux-gnu.so.p/_cascade.cpp: In function ‘__pyx_t_5numpy_float64_t __pyx_fuse_9__pyx_f_7skimage_7_shared_13interpolation_get_pixel3d(__pyx_t_5numpy_float64_t*, Py_ssize_t, Py_ssize_t, Py_ssize_t, Py_ssize_t, Py_ssize_t, Py_ssize_t, char, __pyx_t_5numpy_float64_t)’:
skimage/feature/_cascade.cpython-311-x86_64-linux-gnu.so.p/_cascade.cpp:103613:34: error: ‘__pyx_f_7skimage_7_shared_13interpolation_coord_map’ was not declared in this scope; did you mean ‘__pyx_f_7skimage_7_shared_13interpolation_fmax’?
103613 |     __pyx_r = (__pyx_v_image[((((__pyx_f_7skimage_7_shared_13interpolation_coord_map(__pyx_v_rows, __pyx_v_r, __pyx_v_mode) * __pyx_v_cols) * __pyx_v_dims) + (__pyx_f_7skimage_7_shared_13interpolation_coord_map(__pyx_v_cols, __pyx_v_c, __pyx_v_mode) * __pyx_v_dims)) + __pyx_f_7skimage_7_shared_13interpolation_coord_map(__pyx_v_dims, __pyx_v_d, __pyx_v_mode))]);
       |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       |                                  __pyx_f_7skimage_7_shared_13interpolation_fmax
[63/168] Compiling C object skimage/graph/_mcp.cpython-311-x86_64-linux-gnu.so.p/meson-generated__mcp.c.o
[64/168] Generating 'skimage/filters/rank/generic_cy.cpython-311-x86_64-linux-gnu.so.p/generic_cy.c'
ninja: build stopped: subcommand failed.

ERROR Backend subprocess exited when trying to invoke build_wheel
==> ERROR: A failure occurred in build().
    Aborting...

I changed the dependency from python-scipy to python-scipy-mkl since it was giving dependency check error by trying to uninstall python-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)

AssertionError: Bad argument number for Assign: 3, expecting 2
[26/168] Compiling C++ object skimage/feature/_haar.cpython-311-x86_64-linux-gnu.so.p/meson-generated__haar.cpp.o
ninja: build stopped: subcommand failed.

ERROR Backend subprocess exited when trying to invoke build_wheel
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: python-scikit-image-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
python-scikit-image - exit status 4

Moebius14 commented on 2022-06-24 03:19 (UTC)

I got no such file error when it tries to create symbolic links.

The solution was to change line 67 in the PKGBUILD to:

    for _pyso in build/lib.linux-${CARCH}-cpython-${_pyver/./}/skimage/*/*cpython-${_pyver/./}-${CARCH}-linux-gnu.so; do

VorpalWay commented on 2022-06-10 13:12 (UTC)

I believe the PKGBUILD can at least be fixed to pass -j with a numeric value extracted from $MAKEFLAGS to build_ext (as it also seems to build single threaded), I'm less sure of how to properly fix distcc support though.