pip install astroid 2.1.0 problems
Hi, I'm received an error when trying to install asteroid. Collecting astroid==2.1.0 (from -r requirements.txt (line 1)) Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f0c03854b00>: Failed to establish a new connection: [Errno -3] Try again',)': /simple/astroid/ Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f0c03854390>: Failed to establish a new connection: [Errno -3] Try again',)': /simple/astroid/ Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f0c038542b0>: Failed to establish a new connection: [Errno -3] Try again',)': /simple/astroid/ Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f0c038548d0>: Failed to establish a new connection: [Errno -3] Try again',)': /simple/astroid/ Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f0c03854908>: Failed to establish a new connection: [Errno -3] Try again',)': /simple/astroid/ Could not find a version that satisfies the requirement astroid==2.1.0 (from -r requirements.txt (line 1)) (from versions: ) No matching distribution found for astroid==2.1.0 (from -r requirements.txt (line 1)) Am I doing something wrong? Thanks, Reid Karabush [Decision Systems Incorporated]<http://www.decisionsystems.com/> 5 Revere Drive, Suite 200 Northbrook, Illinois 60062, USA office: 1.847.433.0876 ext. 101 mobile: 1.847.722.7870 www.decisionsystems.com<http://www.decisionsystems.com/> [view_my_linkedin_profile]<https://www.linkedin.com/in/reidkarabush>
Hey, Sorry for the very late answer, but if you're still having this issue: On Mon, Aug 24, 2020 at 10:28:36PM +0000, Reid Karabush wrote:
[...] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f0c03854908>: Failed to establish a new connection: [Errno -3] Try again',)': /simple/astroid/
This is not an issue with astroid, and will likely happen whatever package you try to install. Are you sure you have a working internet connection and don't need to e.g. use a proxy to access the internet (in which case you'd need to configure pip accordingly). Can you access https://pypi.org/simple/astroid via a browser? Florian -- me@the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org https://bruhin.software/ | https://github.com/sponsors/The-Compiler/ GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/
participants (2)
-
Florian Bruhin
-
Reid Karabush