pip install django时提示 Cannot fetch index base URL https://mirrors.tuna.tsinghua.edu.cn/pypi/simple/,

原因时一些官方的源很多都被墙了,访问不了,国内提供一些镜像的源,可以较快访问。经过验证,这个源

sudo pip install django -i https://pypi.tuna.tsinghua.edu.cn/simple 能正常使用,具体看链接:

pip国内的源pip安装django失败

相关文章:

  • 2021-07-21
  • 2021-08-26
  • 2021-11-05
  • 2022-12-23
  • 2021-11-13
  • 2021-11-04
  • 2022-01-06
  • 2021-11-19
猜你喜欢
  • 2021-11-04
  • 2021-08-30
  • 2021-04-25
  • 2021-11-07
  • 2021-05-15
  • 2021-05-29
  • 2021-09-25
相关资源
相似解决方案