Python更新pip出现错误解决方法

更新pip

python -m pip install --upgrade pip

  

 

查看时报错

Python更新pip出现错误解决方法

 

解决方法

在命令栏(即win+r)输入:easy_install pip 即可解决
或者在cmd下切换到 D:\Program Files (x86)\Python\Python36\Scripts\ 目录下再输入 easy_install pip 即可解决

  

 

 添加公众号:

 Python更新pip出现错误解决方法

相关文章:

  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2021-10-18
  • 2021-10-22
  • 2021-11-20
猜你喜欢
  • 2021-12-24
  • 2021-07-17
  • 2021-10-13
  • 2021-05-25
  • 2021-11-19
  • 2021-09-04
相关资源
相似解决方案