「已注销」 2020-10-12 18:55 采纳率: 0%
浏览 259
已结题

pandas和numpy总是安装失败

ERROR: Command errored out with exit status 1:

Collecting pandas

 Using cached pandas-1.1.3.tar.gz (5.2 MB)

 Installing build dependencies: started

 Installing build dependencies: finished with status 'error'


DEPRECATION: The -b/--build/--build-dir/--build-directory option is deprecated. pip 20.3 will remove support for this functionality. A possible replacement is use the TMPDIR/TEMP/TMP environment variable, possibly combined with --no-clean. You can find discussion regarding this at https://github.com/pypa/pip/issues/8333.

 ERROR: Command errored out with exit status 1:

  command: 'E:\Python\python.exe' 'E:\Python\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\MXC\AppData\Local\Temp\pip-build-env-onle1jdd\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'Cython>=0.29.21,<3' 'numpy==1.15.4; python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.15.4; python_version=='"'"'3.7'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.17.3; python_version>='"'"'3.8'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.16.0; python_version=='"'"'3.6'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.16.0; python_version=='"'"'3.7'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.17.3; python_version>='"'"'3.8'"'"' and platform_system=='"'"'AIX'"'"''

    cwd: None

  • 写回答

10条回答 默认 最新

  • 「已注销」 2020-10-12 21:14
    关注

    python的问题,我换成3.8版本之后就好了

    评论

报告相同问题?