requirements.txt里面漏了librosa==0.8.1
Opened this issue · 3 comments
xhzgenius commented
如题。高版本的librosa不兼容,请大家注意了!
(别问我怎么发现的,我自己以前搞starGAN语音转换的时候也踩过坑
mzltest commented
难怪resample.py报
TypeError: load() takes 1 positional argument but 2 were given
,原来是这个原因(刚开始以为是版本过低,过来搜issue也没看到类似问题,看到你这个才看出来是什么问题)
xhzgenius commented
能帮到你我很开心~
feifeiloveu commented
阿里嘎多,终于知道为啥报错了!!!