Search Criteria
Package Details: python-oldest-supported-numpy 2023.12.21-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-oldest-supported-numpy.git (read-only, click to copy) |
---|---|
Package Base: | python-oldest-supported-numpy |
Description: | Meta-package providing oldest supported Numpy for given Python version |
Upstream URL: | https://github.com/scipy/oldest-supported-numpy |
Licenses: | BSD |
Submitter: | Universebenzene |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 4 |
Popularity: | 0.32 |
First Submitted: | 2022-02-23 12:07 (UTC) |
Last Updated: | 2023-12-22 05:05 (UTC) |
Dependencies (3)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-setuptools (make)
- python-nose (check)
Required by (8)
- pyresample (make)
- python-configspace
- python-drms
- python-fastcluster (make)
- python-py-find-1st
- python-pyemd-git
- python-pynumpress (make)
- python-scikit-learn-extra (make)
Latest Comments
dreieck commented on 2024-04-28 11:48 (UTC)
Please move away from calling
setup.py
directly and instead usepython -m build
andpython -m installer
(together with the appropriatemakedepends
), as documented in the Arch Linux wiki for python packages:Regards and thanks for maintaining!
Universebenzene commented on 2023-08-11 12:05 (UTC)
@brisvag I didn't meet this problem while building vispy.
brisvag commented on 2023-07-25 13:07 (UTC)
I'm having an odd issue with this and
python-vispy
, which depends on it. I get the following error when installing vispy:This happens even though python-oldest-supported-numpy is installed. It's as if the python installed doesn't see this package and simply stops there. Indeed, if I remove the dependency from
pyproject.toml
the installation proceeds just fine. Any tips?