(已解决)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