pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available

I am using Python 3.6. When I try to install “modules” using pip3, I face this issue:

pip is configured with locations that require TLS/SSL, however the ssl module in P

Leave a Comment