【国内镜像】

  1. 中国科学技术大学 : https://pypi.mirrors.ustc.edu.cn/simple
  2. 清华:https://pypi.tuna.tsinghua.edu.cn/simple
  3. 豆瓣:http://pypi.douban.com/simple/
  4. 华中理工大学 : http://pypi.hustunique.com/simple
  5. 山东理工大学 : http://pypi.sdutlinux.org/simple
  6. 阿里云 http://mirrors.aliyun.com/pypi/simple/

使用方法很简单,直接 -i 加 url 即可!如下:

1
# pip install web.py -i http://pypi.douban.com/simple

 
如果有如下报错:


pip国内镜像

请使用命令:

1
# pip install web.py -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2021-07-08
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2021-06-22
  • 2021-04-14
  • 2022-12-23
  • 2022-02-20
  • 2022-01-16
  • 2022-12-23
相关资源
相似解决方案