首页 > 编程语言 > 详细

(已解决)ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib

时间:2021-03-26 21:34:30      阅读:55      评论:0      收藏:0      [点我收藏+]

在 linux 机器上安装 pyenv 的时候报错了,提示

ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib

 

安装以下依赖包,重新执行后就可以了

yum install -y openssl-static

yum install -y gcc wget

yum groupinstall "Development tools"

yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel

(已解决)ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib

原文:https://www.cnblogs.com/smileyes/p/14583965.html

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