- Pip version:9.0.1
- Python version:3.6.1
- Operating system:Win10
Description:
I'm trying to set python libraries up in my corporate laptop but run into SSL error 749 when running pip -install for any library. I have tried several suggestions from other posts but they didn't work. I guess the error code is slightly different.
Can someone guide me how to resolve the SSL issue?
What I've run:
C:\WINDOWS\system32>pip install pandas
Collecting pandas
Could not fetch URL https://pypi.python.org/simple/pandas/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) - skipping
Could not find a version that satisfies the requirement pandas (from versions: )
No matching distribution found for pandas