Using python 3.5.2, Windows 10
Via CMD (python -m pip install pylint
), trying to install Pylint but connection times out, with following error:
Collecting pylint
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after
connection broken by
'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000024109748E56>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pylint/
What's the possible issue here? if anyone can suggest or have any views on this? Thanks!