国内源:
新版ubuntu要求使用https源,要注意。
清华:pypi.tuna.tsinghua.edu.cn/simple
阿里云:mirrors.aliyun.com/pypi/simple…
中国科技大学 pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:pypi.hustunique.com/
山东理工大学:pypi.sdutlinux.org/
使用命令:
可以在使用pip的时候加参数-i pypi.tuna.tsinghua.edu.cn/simple
例如:pip install -i pypi.tuna.tsinghua.edu.cn/simple pyspider,这样就会从清华这边的镜像去安装pyspider库。