出现 Command “python setup.py egg_info” failed解决b...
Posted heimaguangzhou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了出现 Command “python setup.py egg_info” failed解决b...相关的知识,希望对你有一定的参考价值。
有同学在下载Python的时候出现了以下的错误:<ignore_js_op>
可以通过以下方法解决:
在终端运行以下命令:
sudopython -m pip install –upgrade –force pip
sudopip install setuptools==33.1.1
更多技术资讯可关注:gzitcast
以上是关于出现 Command “python setup.py egg_info” failed解决b...的主要内容,如果未能解决你的问题,请参考以下文章
出现问题:Command "python setup.py egg_info" failed with error code 1,当进行pip3 install beautiful
Command "python setup.py egg_info" failed with error code 1一种问题的解决方法
解决 Command "python setup.py egg_info" failed with error code 1 问题
在执行 pip install 时遇到错误:python setup.py egg_info Check the logs for full command output
解决安装ipython时Command "python setup.py egg_info" failed with error code 1 in /tmp
pip install报python setup.py egg_info Check the logs for full command output.