使用全局配置,建议使用豆瓣
如阿里
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
pip config set install.trusted-host mirrors.aliyun.com
如豆瓣
pip config set global.index-url http://pypi.douban.com/simple/
pip config set install.trusted-host pypi.douban.com
一、清华源 https://pypi.tuna.tsinghua.edu.cn/simple/
pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple/
二、阿里源 https://mirrors.aliyun.com/pypi/simple
pip install xxx -i https://mirrors.aliyun.com/pypi/simple
三、中科大源 https://pypi.mirrors.ustc.edu.cn/simple/
pip install xxx -i https://pypi.mirrors.ustc.edu.cn/simple/
四、豆瓣源 http://pypi.douban.com/simple/
pip install xxx -i http://pypi.douban.com/simple/
前提条件:
你的pip需要设置为环境变量里
如,按下 win+r,出入cmd,继续输入pip,能够正常弹出如下图
文章来源:https://www.toymoban.com/news/detail-859345.html
文章来源地址https://www.toymoban.com/news/detail-859345.html
到了这里,关于python pip安装库—下载源更换(清华源、阿里源、中科大源、豆瓣源)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!