python pip update

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

图片:在这里插入图片描述
Solution:
需要你更新 pip 版本需要使用 ‘pip install --upgrade pip’ command.


版权声明:本文为fightingll原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。