【发布时间】:2023-01-16 12:45:05
【问题描述】:
我试图导入 librosa,这给了我多个错误,例如缺少 audioread、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'
【问题讨论】:
-
错误很明显:缺少 1 个必需的位置参数:“签名”