I am attempting to run the alpacahq/example-scalping script in Python 3.8 but I continue to get the [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed error each time I run.
I am on a Mac with 10.14.6 running Python 3.8, I have already tried the Install Certificates command in the application folder as well as installing certifi, neither of which have worked.
Hi there! I don’t know if this is still an issue for you, but I fixed this by navigating to
/Applications/Python 3.8/Install Certificates.command
and clicking the file.
But trying all possible solutions, still get the error. You can check for more information in the detailed guide here for the error SSL: CERTIFICATE_VERIFY_FAILED. It can occur when making HTTPS requests using the requests module in Python.