清华源镜像地址

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

案例

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

其他源地址

http://mirrors.aliyun.com/pypi/simple   # 阿里源
http://pypi.douban.com/simple           # 豆瓣源
https://pypi.mirrors.ustc.edu.cn/simple # 中科大源

深度学习常用链接

https://pytorch.org/get-started/locally/  # torch官网
https://www.paddlepaddle.org.cn/          # paddle官网
https://tensorflow.google.cn/             # tensorflow官网

注意:

使用镜像源的时候,不要开梯子,否则会异常报错。

更多推荐