Monday, January 28, 2019

Python 3.7.2 issues on RHEL 7.3

Python 3.7.2 has certain requirements for the version of the SSL module it is using. RHEL 7.3 version of openssl-devel is not compatible with this version, OR the python 3.7 installation procedure is looking into the incorrect location for where openssl is installed.

No comments:

Post a Comment

Accessing Repositories for Fedora behind Proxy

By default, even when specifying the proxy address/port user/pwd, Fedora will likely complain about SSL certificates being invalid. In the ...