I did pip install librosa in Anaconda prompt. then uninstalled it, updated numba as i received outdated numba version error message. i installed librosa again still receiving this error while importing it. requesting help to import librosa!
Asked
Active
Viewed 1,269 times
-2
-
Which versions of numba, resampy and librosa do you have? – Jon Nordby Aug 17 '22 at 14:32
-
Librosa: 0.9.2 Resampy: 0.4.0 numba: 0.50.1 – Pranav Seth Aug 17 '22 at 15:10
-
Downvoting for using image when formatted text is preferred. Also, please add the versions to the body of the question, not as a comment. Use comments to alert users of updates to question. – merv Aug 17 '22 at 18:55
1 Answers
1
According to the package code, resampy
v0.4.0 requires numba>=0.53
. Please ensure all your versions are consistent.

merv
- 67,214
- 13
- 180
- 245