Answered by:
Getting error while installing pandas module of Python (3.8.3)

Question
-
Hi Team,
I am getting below error while installing pandas module of Python. We have proxy configured in the SCOM MS. Hence using the proxy while running the command, initially tried direct command "pip install pandas" however that also didn't work.
Any suggestions to fix the issue
C:\Users\rajneesh.kumar>pip install --proxy=**************** pandas
Collecting pandas
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, stat
us=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL
: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate
in certificate chain (_ssl.c:1108)'))': /simple/pandas/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, stat
us=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL
: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate
in certificate chain (_ssl.c:1108)'))': /simple/pandas/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, stat
us=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL
: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate
in certificate chain (_ssl.c:1108)'))': /simple/pandas/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, stat
us=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL
: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate
in certificate chain (_ssl.c:1108)'))': /simple/pandas/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, stat
us=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL
: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate
in certificate chain (_ssl.c:1108)'))': /simple/pandas/
Could not fetch URL https://pypi.org/simple/pandas/: There was a problem confi
rming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max r
etries exceeded with url: /simple/pandas/ (Caused by SSLError(SSLCertVerificatio
nError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self sign
ed certificate in certificate chain (_ssl.c:1108)'))) - skipping
ERROR: Could not find a version that satisfies the requirement pandas (from ve
rsions: none)
ERROR: No matching distribution found for pandas
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming
the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retrie
s exceeded with url: /simple/pip/ (Caused by SSLError(SSLCertVerificationError(1
, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certi
ficate in certificate chain (_ssl.c:1108)'))) - skipping
C:\Users\rajneesh.kumar>
Rajneesh Kumar
- Moved by Dave PatrickMVP Tuesday, October 27, 2020 1:35 PM looking for forum
Tuesday, October 27, 2020 9:54 AM
Answers
-
I'd try asking for help over here.
https://docs.microsoft.com/en-us/answers/topics/vs-general.html
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Guido Franzke Tuesday, October 27, 2020 2:45 PM
- Marked as answer by Guido Franzke Tuesday, November 3, 2020 9:15 AM
Tuesday, October 27, 2020 1:35 PM -
- Proposed as answer by Dave PatrickMVP Tuesday, October 27, 2020 2:49 PM
- Marked as answer by Guido Franzke Tuesday, November 3, 2020 9:15 AM
Tuesday, October 27, 2020 2:45 PM
All replies
-
I'd try asking for help over here.
https://docs.microsoft.com/en-us/answers/topics/vs-general.html
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Guido Franzke Tuesday, October 27, 2020 2:45 PM
- Marked as answer by Guido Franzke Tuesday, November 3, 2020 9:15 AM
Tuesday, October 27, 2020 1:35 PM -
- Proposed as answer by Dave PatrickMVP Tuesday, October 27, 2020 2:49 PM
- Marked as answer by Guido Franzke Tuesday, November 3, 2020 9:15 AM
Tuesday, October 27, 2020 2:45 PM