Search Criteria
Package Details: python-sparse 0.15.5-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-sparse.git (read-only, click to copy) |
---|---|
Package Base: | python-sparse |
Description: | Sparse n-dimensional arrays for the PyData ecosystem |
Upstream URL: | https://sparse.pydata.org |
Licenses: | BSD-3-Clause |
Submitter: | thrasibule |
Maintainer: | AlexBocken |
Last Packager: | AlexBocken |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-13 22:55 (UTC) |
Last Updated: | 2025-01-19 19:17 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-numba (python-numba-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
Required by (5)
- python-array-api-compat (optional)
- python-autoray (check)
- python-dscribe
- python-hyperspy-git
- python-rosettasciio (optional)
Latest Comments
« First ‹ Previous 1 2 3
thrasibule commented on 2018-09-27 13:51 (UTC)
@joanmanel can you put the errors that you see in a pastebin? Tests run fine here without errors.
joanmanel commented on 2018-09-27 08:43 (UTC)
Just to say that when updating from 0.3.1-1 to 0.4.1-1 I get 3 warnings and 19 errors
tsj commented on 2018-07-20 23:07 (UTC) (edited on 2018-07-20 23:07 (UTC) by tsj)
Just an update, I don't see so many errors as @XavierCLL, but still can't install due to flake8. Commenting out
check(){...
in the PKGBUILD worked.thrasibule commented on 2018-04-17 16:30 (UTC)
@XavierCLL This is the following bug: https://bugs.archlinux.org/task/58210. Until flake8 gets updated to support pycodestyle 2.4, you can disable check in makepkg.conf.
Xavier commented on 2018-04-17 15:59 (UTC)
Impossible install due to several tests failed:
https://pastebin.com/ubqzcRgZ
« First ‹ Previous 1 2 3