Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openSUSE156 missing dependency #96

Open
christierney opened this issue Aug 5, 2024 · 0 comments
Open

openSUSE156 missing dependency #96

christierney opened this issue Aug 5, 2024 · 0 comments

Comments

@christierney
Copy link

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.")) - skipping
ERROR: Could not find a version that satisfies the requirement setuptools (from versions: none)
ERROR: No matching distribution found for setuptools
WARNING: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant