python自带的第三方库使用pip安装速度会很慢,还有可能会报错。

常见的报错信息有:

出现以上报错信息pip豆瓣源,可能的根源在SSL安全协议上,这样的问题但通常可以修改pip的全局第三方库地址解决。

换源代码

清华第三方库源码下载地址

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

阿里云第三方库源码下载地址

pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/

中国科技大学第三方库源码下载地址

pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple/

豆瓣第三方库源码下载地址

pip config set global.index-url http://pypi.douban.com/simple/

中国科学技术大学第三方库源码下载地址

pip config set global.index-url http://pypi.mirrors.ustc.edu.cn/simple/

详细操作

1.使用window+R快捷键打开如下窗口,输入:cmd

windows pip 换源_pip源更新_pip豆瓣源

2.随便输入上面的一个换源代码pip豆瓣源,如图所示,按下回车【Enter】键即可。

出现:Writing to C:UsersAppDataRoamingpippip.ini 表示修改成功!

限时特惠:本站每日持续更新海量设计资源,一年会员只需29.9元,全站资源免费下载
站长微信:ziyuanshu688