Package Details: python-librosa 0.10.1-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: ISC
Submitter: petronny
Maintainer: petronny (AutoUpdateBot)
Last Packager: petronny
Votes: 9
Popularity: 0.006362
First Submitted: 2017-08-20 13:38 (UTC)
Last Updated: 2024-03-30 11:04 (UTC)

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.

Latest Comments

« First ‹ Previous 1 2

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

--- 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.