Problem - pip install dash==0.21.0

I’m getting the following error:

Could not fetch URL https://pypi.python.org/simple/dash/: There was a problem
confirming the ssl certificate: HTTPSConnectionPool(host=‘pypi.org’, port=443):
Max retries exceeded with url: /simple/dash/ (Caused by SSLError(SSLError(1, ‘[S SL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)’),)) - ski
pping
Could not find a version that satisfies the requirement dash==0.21.0 (from ver
sions: )

No matching distribution found for dash==0.21.0

I believe PyPI is upgrading their system. Try upgrading pip, pip install pip --upgrade and then try again. I believe that these SSL errors are only happening the first 10 minutes of every hour.

1 Like