I have some code which is decoding a URL, but whenever I run it I get following error:
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)>
What I've already done:
I've upgraded to Python 3.9, I'm using PyCharm to run my code on my Mac, I've run the Install Certifications command from Python successfully, and I've also upgraded to use the latest pip.