Search Criteria
Package Details: python-librosa 0.9.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-librosa.git (read-only, click to copy) |
---|---|
Package Base: | python-librosa |
Description: | Python library for music and audio analysis |
Upstream URL: | https://librosa.org |
Licenses: | ISC |
Submitter: | petronny |
Maintainer: | petronny |
Last Packager: | petronny |
Votes: | 7 |
Popularity: | 0.34 |
First Submitted: | 2017-08-20 13:38 (UTC) |
Last Updated: | 2022-06-16 08:07 (UTC) |
Dependencies (13)
- python-audioread
- python-decorator
- python-joblib
- python-matplotlib (python-matplotlib-git)
- python-numba (python-numba-git)
- python-numpy (python-numpy-mkl, python-numpy-git, python-numpy-openblas, python-numpy-mkl-bin)
- python-pooch
- python-resampy
- python-scikit-learn (python-scikit-learn-git)
- python-scipy (python-scipy-mkl, python-scipy-mkl-bin, python-scipy-git)
- python-six
- python-soundfile
- python-setuptools (make)
Latest Comments
SpotlightKid commented on 2022-05-19 13:08 (UTC) (edited on 2022-05-19 13:10 (UTC) by SpotlightKid)
Here's a diff for
PKGBUILD
(full file) to update the package to the latest release 0.9.1:pkgver
.sha256sum
check sum.python-packaging
todepends
.--skip-build
option topython setup install
call inpackage
function.HenryJia commented on 2020-08-27 16:02 (UTC)
You're missing pooch as a dependency https://github.com/librosa/librosa/blob/main/setup.py#L48
linos commented on 2020-06-18 07:34 (UTC) (edited on 2020-06-18 17:46 (UTC) by linos)
Please patch it and pin the numba version to 0.48. Otherwise you will get the error:
ModuleNotFoundError: No module named 'numba.decorators'
https://github.com/librosa/librosa/issues/1160
CyberGhost commented on 2017-12-29 02:35 (UTC)
I believe python-decorator and python-scikit-learn are both depedencies for this module.