Python - Installing Pycrypto package -


i using pycharm , need install package called pycrypto. when tried giving error like

collecting pycrypto

retrying (retry(total=4, connect=none, read=none, redirect=none)) after connection broken 'connecttimeouterror(, 'connection pypi.python.org timed out. (connect timeout=15)')': /simple/pycrypto/ retrying (retry(total=3, connect=none, read=none, redirect=none)) after connection broken 'connecttimeouterror(, 'connection pypi.python.org timed out. (connect timeout=15)')': /simple/pycrypto/ retrying (retry(total=2, connect=none, read=none, redirect=none)) after connection broken 'connecttimeouterror(, 'connection pypi.python.org timed out. (connect timeout=15)')': /simple/pycrypto/ retrying (retry(total=1, connect=none, read=none, redirect=none)) after connection broken 'newconnectionerror(': failed establish new connection: [errno 11004] getaddrinfo failed',)': /simple/pycrypto/ retrying (retry(total=0, connect=none, read=none, redirect=none)) after connection broken 'newconnectionerror(': failed establish new connection: [errno 11004] getaddrinfo failed',)': /simple/pycrypto/

could not find version satisfies requirement pycrypto (from versions: ) no matching distribution found pycrypto

fyi

i tried on both pycharm , python command line both giving same error. using python 2.7. me issue. in advance.

if @ exception, can see connection pypi.python.org fails.

according status.python.org, pypi , running , own tests confirm that. there seems problem network connection.

if can access url https://pypi.python.org/simple/pycrypto/ in browser, check if have configure pip use proxy.


Comments

Popular posts from this blog

4x4 Matrix in Python -

python - String indices must be integers and while issue -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -