- Published on
How to solve Python CERTIFICATE_VERIFY_FAILED issue
I run into this error when using pip install -r requirements.txt
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
Here is the very simple and clean solution on macOS:
- Open Finder and Search
Install Certificates.command
- Get the file path by
Get Info
- Open
Terminal.app
and typeopen /Application/Python */Install Certificates.command
After this script run to the end, it's OK.