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/


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM