Search Criteria
Package Details: python-climin-git 1:r544.2215b1a-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-climin-git.git (read-only, click to copy) |
---|---|
Package Base: | python-climin-git |
Description: | Optimizers for machine learning |
Upstream URL: | https://github.com/BRML/climin |
Licenses: | BSD |
Submitter: | oysstu |
Maintainer: | oysstu |
Last Packager: | oysstu |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-16 17:26 (UTC) |
Last Updated: | 2023-12-22 11:53 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
oysstu commented on 2020-02-24 08:13 (UTC)
Thanks, I've updated the PKGBUILD
wjhandley commented on 2020-02-24 06:20 (UTC)
At the moment this package installs the test suite into /usr/lib/python3.8/site-packages/test. This is not typical, and can causes clashes with other packages that are also misconfigured to do this.
The error occurs because test/init.py exists, which is then found by the find_packages() function in setup.py. A reasonably simple fix is simply to delete this test/init.py before running setup.py install.