Re: Could not find suitable distribution for Requirement.parse('urllib2')

2016-02-24 Thread Peter Otten
='Python Library for interfacing with Withings API', > install_requires=['simplejson', 'urllib2', 'hashlib'], > ) > > > When I run the install (sudo python setup.py install) I get an error: > > Could not find suitabl

Re: Could not find suitable distribution for Requirement.parse('urllib2')

2016-02-24 Thread Mark Lawrence
h Withings API', install_requires=['simplejson', 'urllib2', 'hashlib'], ) When I run the install (sudo python setup.py install) I get an error: Could not find suitable distribution for Requirement.parse('urllib2') Any ideas on

Could not find suitable distribution for Requirement.parse('urllib2')

2016-02-24 Thread jdege
['simplejson', 'urllib2', 'hashlib'], ) When I run the install (sudo python setup.py install) I get an error: Could not find suitable distribution for Requirement.parse('urllib2') Any ideas on how I should proceed? Is there some repository that contai