python快速下载包的镜像源?
最原始从官网下载: pip install tensorflow
从国内镜像网站安装最新版本: pip install tensorflow -i http://pypi.douban.com/simple/
或者指定版本号: pip install tensorflow==1.14.0 -i http://pypi.douban.com/simple/
最高速下载:pip install tensorflow==1.14.0 -i https://pypi.tuna.tsinghua.edu.cn/simple/
国内镜像网站:
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣 http://pypi.douban.com/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/