Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL: CERTIFICATE_VERIFY_FAILED when trying to download on Mac (missing setup step) #1

Open
andrewtremblay opened this issue Nov 7, 2020 · 0 comments

Comments

@andrewtremblay
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant