首页 > 编程语言 > 详细

python3的pip安装报错pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

时间:2019-06-15 17:30:37      阅读:85      评论:0      收藏:0      [点我收藏+]

改报错是因为缺少openssl-devel(openssl的头文件)导致,安装后解决。

yum install openssl-devel

 

python3的pip安装报错pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

原文:https://www.cnblogs.com/MakeInstall/p/11027902.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!