SNIMissingWarning I kept getting this error in a python 2 environment. Installing the below modules help solve the warning. Tags python Read more about SNIMissingWarning
python ssl module is not available The solution was to install a newer version of openssl and rebuild python while pointing to the new installation. Tags python Read more about python ssl module is not available
Configure option to build python3 Executing the configure option when building python from source Tags python Read more about Configure option to build python3
python3: error while loading shared libraries: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory python3: error while loading shared libraries: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory Tags python Read more about python3: error while loading shared libraries: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory