My work uses a proxy with a .pac
configuration file to connect to the internet. This is giving me huge headaches to make things like git work (managed to make it work), now I'm trying to configure Python, I installed it (Windows) and now I'm trying to get some libraries like request
or lxml
, but pip can't connect to internet
'Connection aborted.', gaierror(11004, 'getaddrinfo failed'))'/simple/lxml/
I know is a proxy problem, I don't think I can make it work, so my question is:
Is there any way of downloading the libraries from a webpage and then install them manually?
I found some of them at https://pypi.python.org but I want to be able to download a library at home, get the files and then install it at work