0

Could not fetch URL https://pypi.python.org/simple/jupyter/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) - skipping

I am using a Windows 7 machine, Python 3.6 version and pip version is 9.0.1.

CDspace
  • 2,639
  • 18
  • 30
  • 36

1 Answers1

0

Using what I found here and here:

pip install --index-url=http://pypi.python.org/simple/ --trusted-host pypi.python.org  jupyter
TheDetective
  • 642
  • 1
  • 6
  • 17