【Python】pip更新时未能正常安装

在安装 PaddlePaddle 2.0 看到有 pip3 install --upgrade pip,我也想着更新一下,结果【Python】pip更新时未能正常安装

Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 20.2.2
    Uninstalling pip-20.2.2:
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: 'f:\\anaconda\\scripts\\pip.exe'
Consider using the `--user` option or check the permissions.

Script file 'F:\Anaconda\Scripts\pip-script.py' is not present.

很显然,我成功卸载了我的 pip 而且还没有更新上,这咋整?百度后,发现了解决方法。

解决方法:
使用 easy_install pip
这是重装 + 更新了 pip

上一篇:linux下安装pip


下一篇:[Node] Install packages correctly and avoid attacks