【问题标题】:Unable to install Statsmodel无法安装统计模型
【发布时间】:2018-04-02 01:22:22
【问题描述】:

我在尝试安装 statsmodel 时遇到错误。 我已经安装了 statsmodel 所需的所有依赖项。 Error message when using CMD

Unable to find the reason for this error

【问题讨论】:

    标签: python tensorflow data-science statsmodels


    【解决方案1】:

    我在安装 statsmodel 时也遇到了问题。 您可以使用 Anaconda 导航器并按照以下步骤操作。

    • 使用克隆 statsmodels 存储库 "git clone git://github.com/statsmodels/statsmodels.git"

    • 在 statsmodel 内部使用“python setup.py build”构建设置文件

    • 使用“python setup.py install”安装它

    • 在您的环境中重新启动终端。

      您可能还会遇到需要 Microsoft Visual C++ 14.0 的错误。使用“Microsoft Visual C++ Build Tools. 关联 : http://go.microsoft.com/fwlink/?LinkId=691126&fixForIE=.exe。 希望对您有所帮助。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-05-17
      • 1970-01-01
      • 2014-09-13
      • 2015-06-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多