pip SSL error after upgrading to 22.04
Walt Mankowski
waltman at pobox.com
Fri Apr 29 01:20:15 UTC 2022
Hi all,
I just upgraded a Linode running ubuntu server from 21.10 to 22.04. I
had previously installed python via pyenv on this box.
The upgrade seemed to work fine and I didn't get any warnings or
errors. However, now when I run `pip list -o` I'm getting errors:
$ pip list -o
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/urllib3/
WARNING: Retrying (Retry(total=3, 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/urllib3/
WARNING: Retrying (Retry(total=2, 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/urllib3/
I'm wondering if anyone is also seeing this issue, and if so, if they
know how to solve it. Do I need to rebuild python?
Thanks.
Walt
More information about the ubuntu-users
mailing list