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!
CodePudding user response:
According to the package code, resampy
v0.4.0 requires numba>=0.53
. Please ensure all your versions are consistent.