跟新pip时遇到问题:

pip更新遇到:(ERROR: Exception: Traceback (most recent call last):)

使用官方提示的升级方法总是升级到一半就卡壳了:

解决方法,使用管理员省份打开命令行,运行如下:

 python -m pip install -U --force-reinstall pip

pip更新遇到:(ERROR: Exception: Traceback (most recent call last):)

相关文章: