You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to install the opensuse-155 package on 156; however, pip operations report a missing SSL module:
> sudo /opt/python/"${PYTHON_VERSION}"/bin/pip install --upgrade \
> pip setuptools wheel
...
WARNING: Retrying (Retry(total=0, 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/setuptools/Could not fetch URL https://pypi.org/simple/setuptools/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/setuptools/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skippingERROR: Could not find a version that satisfies the requirement setuptools (from versions: none)ERROR: No matching distribution found for setuptoolsWARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
This can be fixed by installing libopenssl1_1.
The text was updated successfully, but these errors were encountered:
It's possible to install the
opensuse-155
package on 156; however,pip
operations report a missing SSL module:This can be fixed by installing
libopenssl1_1
.The text was updated successfully, but these errors were encountered: