modelscope[audio] pysptk 安装报错
看到前面三个回答也是服了,阿里云开发者社区的人也就这水平,三个都解决不了问题的还好意思发出来,自己验证过了吗?还好我在GitHub上看到了正确答案Looks like the problem is the recent Cython release. You can work around the issue by:
downgrading/restricting Cython cython version below 3.0.0`pip install --upgrade Cython==0.29.35using --no-build-isolation flagpip install pysptk --no-build-isolation
是Cython 的版本太高了,遇到这个问题的开发者先确认一下Cython 版本是不是大于3.0,Cython==0.29.35降低版本就能把modelscope[audio] 安装成功了,亲测
赞1
踩0