我试图导入 librosa,这给了我多个错误,例如缺少 audioread、resampy 等。我尝试手动安装所有这些。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'
Run Code Online (Sandbox Code Playgroud)