-2

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!

guvectorize() missing 1 required positional argument: 'signature'

1 Answers1

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