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
I got the same error just a few mins ago.Then re-installed request[socks] via pip.
It seems that there was a missing part of socks which is win-inet_pton. Pip installed it and the problem is solved.