我的CSDN | 我的51CTO

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

在 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

posted @ 2021-03-26 20:13  smileyes  阅读(1498)  评论(0编辑  收藏  举报