Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while installing robotframework #4723

Closed
shubham2141988 opened this issue Sep 13, 2017 · 1 comment
Closed

Error while installing robotframework #4723

shubham2141988 opened this issue Sep 13, 2017 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation C: network connectivity OS: windows Windows specific type: support User Support

Comments

@shubham2141988
Copy link

shubham2141988 commented Sep 13, 2017

Hi, I am trying to install robotframework with 'C:\Python27\Scripts>pip install robotframework' command and getting the following error:

NewConnectionError('<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x00000000035E1B70>: Failed to establish
a new connection: [Errno 11004] getaddrinfo failed',)': /simple/robotframework/

I have installed Python 2.7.12
wxPython 2.8.12.1
But I think wxPython is not properly installed as i got a popup (attached image) while installing it. So I think error while installing robotframework is due to this only.
pythonerror

Please help to resolve this issue. Below is error snapshot while installing robotframework
errorwhileinstallingrobotframework

@pradyunsg pradyunsg added type: support User Support OS: windows Windows specific labels Sep 13, 2017
@chrahunt
Copy link
Member

Hi @shubham2141988,

These error messages don't seem immediately related to the error dialog image provided.

The message

NewConnectionError('<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x00000000035E1B70>: Failed to establish
a new connection: [Errno 11004] getaddrinfo failed',)': /simple/robotframework/

indicates that the DNS lookup likely failed. This can happen for a number of reasons, for example:

  1. Trying to access PyPI from a corporate network that blocks access
  2. Network connectivity issues
  3. A configured index-url in one of your configuration files is pointing to a location that is not accessible. See here for a command that can help troubleshoot this situation.

Since there are a few other issues in pip (#1876, #5380) tracking improving these error messages, I will close this issue but copy the details there to make sure the case is covered.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Aug 20, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation C: network connectivity OS: windows Windows specific type: support User Support
Projects
None yet
Development

No branches or pull requests

3 participants