解决报错:ERROR: Command errored out with exit status 1在python setup.py egg_info时。

使用 pip install 安装包时拨错:

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

解决:

pip install --upgrade setuptools && python -m pip install --upgrade pip

然后再使用 pip install 安装需要的包,就可以成功安装。
 

作者:Billie使劲学

物联沃分享整理
物联沃-IOTWORD物联网 » 解决报错:ERROR: Command errored out with exit status 1在python setup.py egg_info时。

发表回复