python在使用pip安装模块的时候下载速度很慢的问题

可以在pip install 后面加上 -i 镜像url 模块名

其中镜像url有: 

  清华: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/

例如:安装pandas这个模块

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

猜你喜欢

转载自www.cnblogs.com/lybstudy/p/10743835.html
今日推荐