Search Criteria
Package Details: python-climin-git 1:r544.2215b1a-5
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-10-03 14:49 (UTC) |
Dependencies (5)
- python (python32AUR, python37AUR, python310AUR)
- python-numpy (python-numpy1.22AUR, python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-openblasAUR, python-numpy-mklAUR, python-numpy-gitAUR)
- python-scipy (python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-gitAUR)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- python-setuptools (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.