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
pip install urllib3
The reason it broke is that I had installed an incompatible version of urllib3 as a transient dependency of awscli. You'll see such conflicts when you rerun the install.
urllib3
awscli