IDK要做什么,尝试使用python3.8.5,python3.7,python3.6无法安装ecapture模块
ERROR: Command errored out with exit status 1: /usr/local/bin/python3.7 /usr/local/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-fnpxi2jh/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel scikit-build cmake pip 'numpy==1.11.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version=='"'"'3.7'"'"'' 'numpy==1.17.3; python_version>='"'"'3.8'"'"'' Check the logs for full command output.发布于 2021-01-07 15:18:56
任何在pip之前的操作都会导致错误。您只需下载旧版本的ecapture即可解决您的问题。
对于windows,您可以使用以下命令:
pip install ecapture==0.0.7它肯定能行得通。
发布于 2020-12-06 17:25:40
我在谷歌Colab jupyter上做了这件事,它起作用了。
!pip install ecapturehttps://stackoverflow.com/questions/63447382
复制相似问题