项目场景:

 


问题描述:

PIP 错误,无法更新,无论怎么安装都是老版本?PIP 错误,无法更新,无论怎么安装都是老版本?

 就算按照提示输入python -m pip install --upgrade pip,接着输入pip -V查看依旧是上述错误


原因分析:

可能是在pip安装更新过程中有误操作


解决方案:

在终端输入命令

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python get-pip.py

最终效果如下:

PIP 错误,无法更新,无论怎么安装都是老版本?

 

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2021-04-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-09-15
  • 2022-12-23
相关资源
相似解决方案