报错:ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full c

使用 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 安装需要的包,就可以成功安装。