简体   繁体   English

scikits.talkbox:ImportError:没有名为cffilter的模块

[英]scikits.talkbox: ImportError: No module named cffilter

I'm trying to use the scikits.talkbox in python and I get the following error: 我试图在python中使用scikits.talkbox,但出现以下错误:

ImportError: No module named cffilter

I was looking for this file in the scikits.talkbox library and could only find 'cffilter.c' and 'cffilter.pyx' but not 'cffilter.py', it that the problem? 我在scikits.talkbox库中寻找此文件,只能找到“ cffilter.c”和“ cffilter.pyx”,而找不到“ cffilter.py”,那是问题所在吗?

I faced the same issue and resolved by installing scikits.statsmodel 我遇到了同样的问题,并通过安装scikits.statsmodel解决了

pip install scikits.statsmodels

Indeed cffilter is mentioned in https://scikits.appspot.com/statsmodels . 确实在https://scikits.appspot.com/statsmodels中提到了cffilter

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM