用pip下载一些软件包,有时候会非常的慢,有时达到不可接受的程度 。
这是因为pip安装软件时,默认使用的是Python官方的镜像源
pip安装软件包时,默认使用的镜像源是:https://pypi.org/simple/
因为此镜像源不在国内,所以受网络影响较大,下载速度慢且易导致连接超时
维护单位名称 | 镜像源地址 |
---|---|
清华 | 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/ |