I wrote a script to call an API and ran it successfully last week. This week, it won\'t run. I get back the following error message:
Traceback (most recent call
For me in PyCharm I had to put import urllib3 at the top of the file as mentioned earlier then PyCharm gave the option to import. Even after installing it with pip
import urllib3
pip