Hi Daan, Can you do pip install requests and retry? Looks like requests (used to sane http calls) library is not available on your system. I'll try to re-read the code this weekend.
Regards. On Fri, May 9, 2014 at 10:39 PM, Daan Hoogland <daan.hoogl...@gmail.com>wrote: > Not sure if this is a bug in code or in user: > daan:~> cloudmonkey -d ~/.cloudmonkey/local.root > Traceback (most recent call last): > File "/usr/local/bin/cloudmonkey", line 5, in <module> > from pkg_resources import load_entry_point > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", > line 2603, in <module> > working_set.require(__requires__) > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", > line 666, in require > needed = self.resolve(parse_requirements(requirements)) > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", > line 565, in resolve > raise DistributionNotFound(req) # XXX put more info here > pkg_resources.DistributionNotFound: requests > > I did sudo pip install cloudmonkey > > and got > daan:~> pip list | grep cloud > cloudmonkey (5.1.0) > > Any change in reqs? > any extra reqs on macosx? > > -- > Daan >