首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法用PIPpython3.5安装scikits.statsmodels

无法用PIPpython3.5安装scikits.statsmodels
EN

Stack Overflow用户
提问于 2017-04-06 12:23:41
回答 1查看 950关注 0票数 4

官方文档https://scikits.appspot.com/statsmodels说:"scikits.statsmodels已经移植并测试了Python3.2。“但我明白:

代码语言:javascript
复制
$ pip install scikits.statsmodels
Collecting scikits.statsmodels
   Using cached scikits.statsmodels-0.3.1.tar.gz
   Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-dbu7u2oo/scikits.statsmodels/setup.py", line 96
        print "debug import success GIT_REVISION", GIT_REVISION
                                            ^
    SyntaxError: Missing parentheses in call to 'print'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-dbu7u2oo/scikits.statsmodels/

我怎么才能解决这个问题?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-04-06 12:33:18

正如PyPI页面 for scikits.statsmodels所说:

scikits.statsmodels的名称已更改为statsmodel,新版本位于http://pypi.python.org/pypi/statsmodels

所以试试

代码语言:javascript
复制
pip install statsmodels

FWIW --我经常在3.6中使用状态模型,所以我对它的工作非常乐观。:-)

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/43255148

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档