IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
CentOS使用pip安装报错:WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available
小王
发表于
2022-09-16 11:26:00
love
0
mkdir -p ~/.pip
vim ~/.pip/pip.conf
编辑内容:
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com
保存,再次执行安装命令
O了!
小王
2022-09-16 19:26
发表评论