-
-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
pip3.10.4 is configured with locations that require TLS/SSL, however the ssl module in Python is not available #91357
Comments
After installation of 3.4.10 with openssl procedure https://docs.python.org/3/using/unix.html#on-linux pip3.10 install -r requirements.txt |
CentOS 7 has an unsupported OpenSSL version. You need to build your own OpenSSL or use my work from https://github.com/tiran/cpython_builddep/#note sudo yum install -y epel |
I have this same issue on Raspberry Pi OS. During
Even though |
You are missing the OpenSSL development package. Install |
That worked, thank you! |
@tiran, can this be closed? |
Build dependencies are documented in the devguide, https://devguide.python.org/setup/#build-dependencies |
OpenSSL 3.0.0 7 sep 2021 (Library: OpenSSL 3.0.0 7 sep 2021) WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. |
Any solution for this? |
first install openssl: sudo yum -y groupinstall "Development Tools" next install python: important note: u have to sure about openssl location. so fixed addresses to right location |
Worked, thank you! |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: