Posted on 9th September 2024|69 views
Why am I getting “SSL module in python is not available” when I am installing a package with pip3?
Posted on 9th September 2024| views
It will be easy to answer if you mention the Operating System if you are using Ubuntu then this can help
cd Python-3.6.2 ./configure --with-ssl make sudo make install