StatsModel库-导入/属性错误

时间:2019-11-14 09:44:06

标签: python install importerror statsmodels

我无法导入statsmodels库。我已经使用pip安装了它。

(base) d:\xxx\Python>pip install --upgrade --no-deps statsmodels
Collecting statsmodels
  Using cached https://files.pythonhosted.org/packages/0a/ed/714934d2836a8d03859275ce370f249dadb88c74dd74e3f3a888941166ab/statsmodels-0.10.1-cp37-none-win_amd64.whl
Installing collected packages: statsmodels
Successfully installed statsmodels-0.10.1

错误是:

 import statsmodels
ModuleNotFoundError: No module named 'statsmodels'

我真的不明白为什么它不起作用。该模块存在。我尝试使用git安装它,但出现了相同的错误。

解决方案后进行编辑:

有关导入的信息:Why can't I import statsmodels directly?

我的错误出在点子上。点子不起作用。用

安装
pip3 install statsmodels

0 个答案:

没有答案