- No Local Packages Or Working Download Links Found For Pip3
- Free Music Download Links
- No Local Packages Or Download Links Found For Pip Mac
I'm trying to install the requests package on windows 2003 with Python 3.4.0 I have also tried Python 3.2 and got the exact same result.
No local packages or download links found for vcversioner>=2.16.0.0 Installing vcversioner separately works and then installing jsonschema works as expected. This comment has been minimized. No distributions at all found for requests Storing debug log for failure in C: Documents and Settings Administrator pip pip.log When I try with easy_install i get the following error. Oct 29, 2013 - pip 1.4.1 from /usr/local/lib/python2.7/dist-packages (python 2.7). No local packages or download links found for pbr>=0.5.21. No local packages or download links found for pip error: Could not find suitable distribution for Requirement.parse('pip') This is run in a docker container that runs on ubuntu:latest. I'm leaning towards the fact that it can't do openssl stuff (https link), but I'm not completely certain. Please report problems with the individual packages to the respective package authors. If you would like to refer to this comment somewhere else in this project, copy and paste the following link: Martin v.
When I try an install using pip I get the following error
No Local Packages Or Working Download Links Found For Pip3

When I try with easy_install i get the following error
I managed to install requests on Python 3.2 from source however when I try and use requests on it fails with the error message
File 'C:Python32libsite-packagesrequests-2.3.0-py3.2.eggrequestsadapters.py', line 378, in send raise ProxyError(e) requests.exceptions.ProxyError: ('Cannot connect to proxy.', error(10061, 'No connection could be made because the target machine actively refused it'))
It seems as if Python doesn't have access to the network.The Windows Firewall is turned off, the machine doesn't have a virus scanner, proxy or third party firewall. The machine can access the network/Internet with other applications.
I have also run the script I have written on another machine and everything works as I expect it to. Does anyone have any ideas on what is going on? Any help would be greatly appreciated.

1 Answer
Your proxy settings seem to be stopping you script accessing the internet.
Goto Control panel/Internet options/Connections/Lan Settings and untick/confirm everything.
Not the answer you're looking for? Browse other questions tagged networkingpythonwindows-server-2003 or ask your own question.
I'm trying to install the requests package on windows 2003 with Python 3.4.0 I have also tried Python 3.2 and got the exact same result.

When I try an install using pip I get the following error
When I try with easy_install i get the following error
I managed to install requests on Python 3.2 from source however when I try and use requests on it fails with the error message
File 'C:Python32libsite-packagesrequests-2.3.0-py3.2.eggrequestsadapters.py', line 378, in send raise ProxyError(e) requests.exceptions.ProxyError: ('Cannot connect to proxy.', error(10061, 'No connection could be made because the target machine actively refused it'))
It seems as if Python doesn't have access to the network.The Windows Firewall is turned off, the machine doesn't have a virus scanner, proxy or third party firewall. The machine can access the network/Internet with other applications.
I have also run the script I have written on another machine and everything works as I expect it to. Does anyone have any ideas on what is going on? Any help would be greatly appreciated.
1 Answer
Your proxy settings seem to be stopping you script accessing the internet.
Goto Control panel/Internet options/Connections/Lan Settings and untick/confirm everything.