-1

If I try to install the above packages using setup.py install. I get download error on https://pypi.python.org/simple/ecdsa:

timed out -- Some packages may not be found!
Error:could not find suitable distribution for requirement.parse('ecdsa>=0.11')

alecxe
  • 462,703
  • 120
  • 1,088
  • 1,195
sai kiran
  • 37
  • 1
  • 8

1 Answers1

0

The Timeout error you are getting is because of a network error.

Try this from your setup.py directory

sudo env http_proxy=proxyserverAddress:port setup.py install
nagsrk
  • 122
  • 8