每次我尝试使用pip安装这个包时,都会出现这个错误
ERROR: Command errored out with exit status 1: 'c:\users\jtcap\desktop\projects\python\stuff\venv\scripts\python.exe' 'c:\users\jtcap\desktop\projects\python\stuff\v
env\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\jtcap\AppData\Local\Temp\pip-build-env-9r4nif3r\overlay' --no-warn-script-location
--no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel 'setuptools>=30.3.0' setuptools_scm setuptools_scm_git_archive 'Cython>=0.29.2' 'numpy;
python_version=='"'"'2.7'"'"'' 'numpy==1.13.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7
'"'"'' Check the logs for full command output.
"""有人知道怎么解决这个问题吗?
发布于 2020-05-10 01:28:44
如果已安装pip版本2,则使用命令pip install p5;如果pip和python版本高于3,则使用pip3 install p5
https://stackoverflow.com/questions/61700865
复制相似问题