Search Criteria
Package Details: python-librosa 0.8.0-2
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: | |
Submitter: | petronny |
Maintainer: | petronny |
Last Packager: | petronny |
Votes: | 6 |
Popularity: | 0.021821 |
First Submitted: | 2017-08-20 13:38 |
Last Updated: | 2020-08-30 06:36 |
Dependencies (13)
- python-audioread
- python-decorator
- python-joblib
- python-matplotlib (python-matplotlib-git)
- python-numba (python-numba-py39-git)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-pooch
- python-resampy
- python-scikit-learn (python-scikit-learn-git)
- python-scipy (python-scipy-mkl, python-scipy-mkl-bin)
- python-six
- python-soundfile
- python-setuptools (make)
Latest Comments
HenryJia commented on 2020-08-27 16:02
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
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
I believe python-decorator and python-scikit-learn are both depedencies for this module.