首页 > 编程语言 > 详细

编译安装Python出现“pip is configured with locations that require TLS/SSL, however the ssl.....”

时间:2019-10-18 16:14:07      阅读:75      评论:0      收藏:0      [点我收藏+]

ubuntu:

sudo apt-get install libssl-dev

Cenos:

sudo yum install openssl-devel

重新编译:

./configure --enable-optimizations
make && make install

 

编译安装Python出现“pip is configured with locations that require TLS/SSL, however the ssl.....”

原文:https://www.cnblogs.com/steinven/p/11698498.html

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