(test_venv1) PS D:\communication_test\t1> pip install pandas
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
n
ot available.
"
)': /simple/pandas/
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 n
ot available.")'
: /simple/pandas/
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
n
ot available.
"
)': /simple/pandas/
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 n
ot available.")'
: /simple/pandas/
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
n
ot available.
"
)': /simple/pandas/
Could not fetch URL https://pypi.org/simple/pandas/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with u
rl: /simple/pandas/ (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 pandas (from versions: none)
ERROR: No matching distribution found for pandas
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
What I have tried:
the pip version is 23.1.2,i have tried to upgrade pip ,but not work.
it would be appreciated if angone could do me a fovor!
Quote:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Can't connect to HTTPS URL because the SSL module is not available.
According to the error messages, you need to install the SSL module.
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available - Stack Overflow
[
^
]
Read the question carefully.
Understand that English isn't everyone's first language so be lenient of bad
spelling and grammar.
If a question is poorly phrased then either ask for clarification, ignore it, or
edit the question
and fix the problem. Insults are not welcome.
Don't tell someone to read the manual. Chances are they have and don't get it.
Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.