无法安装最新版本的statsmodels

时间:2019-06-11 15:51:51

标签: python-3.x statsmodels

statsmodels的当前版本与SciPy不兼容,因此我必须获得主版本。 不幸的是,当我使用

pip install git+https://github.com/statsmodels/statsmodels

它不会安装。我拥有最新版本的git,已安装MinGW并将其添加到PATH,在MinGW的distutils.cfg中将PYTHONPATH作为编译器添加,试图使用pip进行安装,但始终会出现相同的错误:

ERROR: Command "'c:\users\user\appdata\local\programs\python\python37-32\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-req-build-472ueyjl\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\user\AppData\Local\Temp\pip-record-6seasyvv\install-record.txt' --single-version-externally-managed --compile" failed with error code 1 in C:\Users\user\AppData\Local\Temp\pip-req-build-472ueyjl\

0 个答案:

没有答案