作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我试图导入 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'
最佳答案
我通过将“resampy”从版本 0.4.2 降级到 0.3.1 解决了这个错误。
关于python - resampy之类的包为什么显示 'guvectorize() missing 1 required positional argument: '签名'',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73918403/
我是一名优秀的程序员,十分优秀!