pip does not connect: no ssl
by jkh2cpu from LinuxQuestions.org on (#4VS99)
I'm trying to install a package with pip, and I get this message. A quick web search suggests that pip may be out of date or in need of a recompile.
TIA
John.
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/protobuf/
WA


TIA
John.
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/protobuf/
WA