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

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002221B87F3A0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/pandas/ #7935

Closed
sath-k opened this issue Mar 29, 2020 · 2 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@sath-k
Copy link

sath-k commented Mar 29, 2020

Hi,
I am exploring python recently for database testing. I have come across the same issue what @rayandas has mentioned in #7424, while installing pyodbc & pandas. In fact I'm getting the same error for all the packages while installing as below.

C:\Users\SatKumar\AppData\Local\Programs\Python\Python38\Scripts>pip install pandas as pd
Collecting pandas
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002221B87F3A0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/pandas/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002221B871D90>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/pandas/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002221B871E20>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/pandas/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002221B871550>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/pandas/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002221B8715E0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/pandas/
ERROR: Could not find a version that satisfies the requirement pandas (from versions: none)
ERROR: No matching distribution found for pandas

Python version: 3.8.2
pip version: 19.2.3
As per my friend's advice downloaded and moved pandas-1.0.3-cp36-cp36m-win_amd64.whl & pyodbc-4.0.30-cp27-cp27m-win_amd64.whl files into site-packages. Still nothing is working.

Can someone please point out where i am wrong.

@triage-new-issues triage-new-issues bot added the S: needs triage Issues/PRs that need to be triaged label Mar 29, 2020
@gutsytechster
Copy link
Contributor

It seems a network issue to me. Can you try after re-connecting to your internet connection?

@sath-k
Copy link
Author

sath-k commented Mar 31, 2020

Thank you @gutsytechster . Yeah, i connected in VPN. When i disconnected from VPN and installed these packages. It worked.

@sath-k sath-k closed this as completed Mar 31, 2020
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label May 5, 2020
@triage-new-issues triage-new-issues bot removed the S: needs triage Issues/PRs that need to be triaged label May 5, 2020
@lock lock bot locked as resolved and limited conversation to collaborators May 5, 2020
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
Projects
None yet
Development

No branches or pull requests

2 participants