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

Pip install issues #146

Open
prashant65 opened this issue Apr 17, 2020 · 0 comments
Open

Pip install issues #146

prashant65 opened this issue Apr 17, 2020 · 0 comments

Comments

@prashant65
Copy link

Hello,

I am new to python . I am trying to install gTTS . currently using pip install throws this error below. Please advice how should i go about it.

Pip version : 18.1
Python version : 3.7.2

Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002F7E0FC2668>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/gtts/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002F7E0FC2208>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/gtts/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002F7E0FC23C8>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/gtts/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002F7E0FC21D0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/gtts/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002F7E0FE1048>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/gtts/
Could not find a version that satisfies the requirement gTTS (from versions: )
No matching distribution found for gTTS

Also, i have tried to check the network pulls using :
import pip._vendor.requests as requests
response_certifi = requests.get("https://pypi.python.org", verify=True)
print (response_certifi)
error message :
AttributeError: module 'pip._vendor.requests' has no attribute 'Session'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant