简体   繁体   English

Numpy 不提供属性

[英]Numpy doesn't provide an attribute

I've tried to import a model on Kaggle: from statsmodels.tsa.arima.model import ARIMA but it returned this error: AttributeError: module 'numpy.linalg.lapack_lite' has no attribute '_ilp64'我尝试在 Kaggle 上导入 model: from statsmodels.tsa.arima.model import ARIMA但它返回此错误: AttributeError: module 'numpy.linalg.lapack_lite' has no attribute '_ilp64'

There's numpy version 1.18.5.有 numpy 版本 1.18.5。 Could you please tell how to fix this error?你能告诉我如何解决这个错误吗?

I've just back up statmodels library to the version 0.11.0: pip uninstall statsmodels -y pip install statsmodels==0.11.0 It seems like default version 0.11.1 has a bug我刚刚将 statmodels 库备份到版本 0.11.0: pip uninstall statsmodels -y pip install statsmodels==0.11.0似乎默认版本 0.11.1 有一个错误

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

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