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

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. #275

Open
astrosendero opened this issue Sep 12, 2023 · 2 comments

Comments

@astrosendero
Copy link

Hello, I have tried the command pip3 install -r requirements.txt

[root@freepbx qpanel]# pip3 install -r requirements.txt
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting Flask-Themes
Cloning https://github.com/maxcountryman/flask-themes (to revision 9eac2dc) to /tmp/pip-install-_t_1qhot/flask-themes_5574f3502e4849f091783c6c875ede78
Running command git clone --quiet https://github.com/maxcountryman/flask-themes /tmp/pip-install-_t_1qhot/flask-themes_5574f3502e4849f091783c6c875ede78
WARNING: Did not find branch or tag '9eac2dc', assuming revision or ref.
Running command git checkout -q 9eac2dc
Resolved https://github.com/maxcountryman/flask-themes to commit 9eac2dc
Preparing metadata (setup.py) ... done
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/babel/
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/babel/
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/babel/
WARNING: Retrying (Retry(total=1, 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/babel/
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/babel/
Could not fetch URL https://pypi.org/simple/babel/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/babel/ (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 Babel==2.12.1 (from versions: none)
ERROR: No matching distribution found for Babel==2.12.1
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
WARNING: There was an error checking the latest version of pip.

@astrosendero
Copy link
Author

imagen

@astrosendero
Copy link
Author

[root@freepbx qpanel]# pip install -r requirements.txt

imagen

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