Python3.9 , 更换pip国内源的时候,安装清华镜像公布的方法会报错.

原方法

pip install pip -U

新方法

python.exe -m pip install --upgrade pip
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

 

相关文章:

  • 2021-09-25
  • 2021-04-29
  • 2021-08-10
  • 2021-11-05
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-24
  • 2021-11-20
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案