pip install时报错ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs

cmd执行以下内容即可

python -m pip install --upgrade setuptools

还有一个

python -m pip install --upgrade pip