赞
踩
如果你发现pip install xxx之后下载的进度条前进的比乌龟还要慢,那就马上按下ctr+c终止掉这个命令吧!一般来说,pip install下载太慢是因为你用的源不太好,比如ubuntu默认的源就特别慢。这时候只需要在下载的时候选择一下源就能轻松解决这个问题了,比如下面的:
# 格式:pip install -i 源路径 安装的包名称
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow
有哪些好用的源呢:
清华: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/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。