You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're getting a SSL: CERTIFICATE_VERIFY_FAILED error when trying to download, it's because Python 3.x on OSX has no certificates at all, and can't validate any SSL connections.
If you're getting a SSL: CERTIFICATE_VERIFY_FAILED error when trying to download, it's because Python 3.x on OSX has no certificates at all, and can't validate any SSL connections.
The workaround for this is to install certifi
pip install certifi
and then call the install certificates command from your applications folder
/Applications/Python\ 3.6/Install\ Certificates.command
Original source of the solution: https://stackoverflow.com/a/42334357
The text was updated successfully, but these errors were encountered: