Search Criteria
Package Details: python-jenkspy 0.3.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-jenkspy.git (read-only, click to copy) |
---|---|
Package Base: | python-jenkspy |
Description: | Compute Natural Breaks in Python (Fisher-Jenks algorithm) |
Upstream URL: | https://github.com/mthh/jenkspy |
Licenses: | MIT |
Submitter: | liamtimms |
Maintainer: | liamtimms |
Last Packager: | liamtimms |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-29 17:31 (UTC) |
Last Updated: | 2024-05-01 17:34 (UTC) |
Dependencies (2)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR)
- python-setuptools (make)
Latest Comments
arenevier commented on 2024-08-25 06:05 (UTC)
Package fails to build for me. It looks like a missing build dependency on cython
=> Making package: python-jenkspy 0.4.0-1 (Sat 24 Aug 2024 11:02:31 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Removing existing $pkgdir/ directory... ==> Starting build()... Traceback (most recent call last): File "/home/arno/.cache/paru/clone/python-jenkspy/src/jenkspy-0.4.0/setup.py", line 7, in <module> from Cython.Distutils import build_ext ModuleNotFoundError: No module named 'Cython' ==> ERROR: A failure occurred in build().