I'm trying to build Python 3.8.3 using pyenv
on Fedora 32: pyenv install 3.8.3
. The error I'm getting is:
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
BUILD FAILED (Fedora 32 using python-build 1.2.21-1-g943015eb)
I want to point out however, that I don't have sudo
permissions on the machine. I went through the common build problems, but I'm unable to fix the issue I'm facing. In addition, the OpenSSL lib is installed on the machine, i.e., which openssl
outputs /usr/bin/openssl
.
Any pointers?