I'm using Python 2.7 and am trying pull data from an API using a python script and urllib3. I've installed urllib3 by copying the source code but from GitHub. But, I'm still getting the following error when running the script:
ImportError: No module named urllib3
The script starts simply enough with:
import urllib3
http = urllib3.PoolManager()
I've checked the urllib3 file, and it includes the util file cited in other responses