在python3.6.4中安装statsmodel

时间:2018-04-15 19:02:03

标签: python

我无法在Windows10,64位

中的python中安装statsmodel
  1. python3.6.4 version将所有模块更新到最新版本 包括pip
  2. 已安装cython最新版本
  3. 已安装visual studio 14.0,已安装mingw 64并已设置 设置ver: 7.3.0; Architecture:x86_64; Threads:posix; Exception:sjlj; Build version:0
  4. 已添加C:\Program Files\mingw-w64\x86_64-7.3.0-posix-sjlj-rt_v5-rev0\mingw64\bin 环境变量设置中的路径,
  5. python36.dll复制并粘贴到C:\Program Files\mingw-w64\x86_64-7.3.0-posix-sjlj-rt_v5-rev0\mingw64\lib
  6. distutils.cfg文件中添加了[build]; compiler = mingw32; [config];compiler = mingw32 cfg。并粘贴在lib \ distutils \ distutils.cfg
  7. 我使用pip install --upgrade --no-deps statsmodels安装statsmodel
  8. 但我得到error: don't know how to compile C/C++ code on platform 'nt' with 'mingw64' compiler此错误
  9. 有人可以帮我在python3.6.4中安装statsmodel ......

0 个答案:

没有答案