pip

国内源:

 

清华:https://pypi.tuna.tsinghua.edu.cn/simple

阿里云:http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

华中理工大学:http://pypi.hustunique.com/

山东理工大学:http://pypi.sdutlinux.org/ 

豆瓣:http://pypi.douban.com/simple/

临时使用:


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

2.报错:

如果遇到直接使用时报错

比如pip freeze 报错

Fatal error in launcher: Unable to create process using '"d:\python3\python3
那么使用“python -m pip”代替pip就可以了

相关文章:

  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-11-19
  • 2021-12-16
猜你喜欢
  • 2021-06-24
  • 2022-12-23
  • 2021-09-26
  • 2021-10-19
相关资源
相似解决方案