I was trying to import librosa which gave me multiple errors like the absence of audioread, resampy etc. I tried to install all these manually. It is still showing an error in resampy.
C:\Users\asus\AppData\Roaming\Python\Python37\site-packages\resampy\interpn.py in <module>
73 @guvectorize(
74 "(n),(m),(p),(p),(),()->(m)",
---> 75 nopython=True,
76 )
77 def resample_f_p(x, t_out, interp_win, interp_delta, num_table, scale, y):
TypeError: guvectorize() missing 1 required positional argument: 'signature'
I solved the error by downgrading 'resampy' from version 0.4.2 to 0.3.1.
Downgrade 'resampy' from version 0.4.2 to 0.2.2
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With