='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
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
['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