pip国内的一些镜像

  阿里云 http://mirrors.aliyun.com/pypi/simple/ 
  中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 
  豆瓣(douban) http://pypi.douban.com/simple/ 
  清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 
  中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

Python官方 https://pypi.python.org/simple
v2ex http://pypi.v2ex.com/simple
中国科学院 http://pypi.mirrors.opencas.cn/simple/

    北京交通大学:https://mirror.bjtu.edu.cn/pypi/web/simple/ some-package

 

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple  requests

相关文章:

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