-
Notifications
You must be signed in to change notification settings - Fork 366
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.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] #69
Comments
I appear to be getting the same error when running the script on a mac (macOS Mojave). Error log is below. Error Log During handling of the above exception, another exception occurred: Traceback (most recent call last): |
If you can't download with that solution, here is the code that solved the problem for me https://stackoverflow.com/questions/44649449/brew-installation-of-python-3-6-1-ssl-certificate-verify-failed-certificate/44649450#44649450 |
Add troubleshooting to README in response to #69
Hi. Thanks a lot for this useful script. I tried to set it up on my macOS Catalina. I used the virtual environment by following your steps. The requirements have been installed. When I'm running the
main.py
usingpython3 main.py
, I got thessl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED]
like the error log below. How to fix it?Python version
Error log
The text was updated successfully, but these errors were encountered: