William Banquier
Results
2
comments of
William Banquier
What you can do to fix it (I am on MacOS I have not tested this on any other platform): https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error Run the file Applications/Python\ 3.10/Install\ Certificates.command This worked for...
It looks like the certificate command is only on mac … However, I have two solutions for you 1) Try this command from the certifi library ```python import certifi certifi.where()...