I\'m trying to interact with an API from my Python 2.7 shell using a package that relies on Python\'s requests. Thing is the remote address is blocked by my network (univers
This means that requests is using socks as a proxy and that socks is not installed.
Just run pip install pysocks
pip install pysocks