编程语言
首页 > 编程语言> > 【Python】pip更新时未能正常安装

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

作者:互联网

在安装 PaddlePaddle 2.0 看到有 pip3 install --upgrade 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

标签:20.2,Python,更新,--,install,pip,packages,安装
来源: https://blog.csdn.net/weixin_42166222/article/details/115199153