We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error trying to run the script on a mac:
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
Any ideas?
The text was updated successfully, but these errors were encountered:
The error suggests a certificate problem. Specifically that your local machine can't verify the https certificate's authenticity.
This suggests that you are missing root certificates on the system in question.
I've seen some people have luck with pip3 install --upgrade certifi but to further troubleshoot we'll need more details.
pip3 install --upgrade certifi
What os are you running? Are you running via docker or on bare metal?
Sorry, something went wrong.
Got it working on Debian, so never figured this one out.
No branches or pull requests
I get the following error trying to run the script on a mac:
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
Any ideas?
The text was updated successfully, but these errors were encountered: