You're missing pooch as a dependency https://github.com/librosa/librosa/blob/main/setup.py#L48
Search Criteria
Package Details: python-librosa 0.10.2.post1-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 (AutoUpdateBot) |
Last Packager: | AutoUpdateBot |
Votes: | 11 |
Popularity: | 0.043007 |
First Submitted: | 2017-08-20 13:38 (UTC) |
Last Updated: | 2024-05-15 07:56 (UTC) |
Dependencies (15)
- python-audioreadAUR
- python-decorator
- python-joblib
- python-lazy-loaderAUR
- python-matplotlib (python-matplotlib-gitAUR)
- python-numba (python-numba-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pooch
- python-resampyAUR
- python-scikit-learn (python-scikit-learn-gitAUR)
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- python-six
- python-soundfileAUR
- python-soxrAUR
- python-setuptools (make)
Required by (12)
- audio-offset-finder-git
- audio-offset-finder-git (check)
- beets-git (check)
- beets-git (optional)
- coqui-tts
- pop-to-8bit
- pymusiclooper
- python-asteroid-filterbanks-git
- python-datasets (optional)
- python-espnet-git
- python-pysndfx-git
- python-tensorflow-datasets (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
HenryJia commented on 2020-08-27 16:02 (UTC)
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
--- src/librosa-0.7.2/setup.py 2020-01-13 16:18:58.000000000 +0100
+++ src/librosa-0.7.2/setup.py 2020-06-18 19:32:36.900645588 +0200
@@ -52,7 +52,7 @@
'decorator >= 3.0.0',
'six >= 1.3',
'resampy >= 0.2.2',
- 'numba >= 0.43.0',
+ 'numba == 0.48.0',
'soundfile >= 0.9.0',
],
extras_require={
CyberGhost commented on 2017-12-29 02:35 (UTC)
I believe python-decorator and python-scikit-learn are both depedencies for this module.
Pinned Comments
petronny commented on 2023-02-22 11:01 (UTC)
Prebuilt binaries of this package and its dependencies can be found in the arch4edu repository.