[StarCluster] Errors with Boto 2.0b3

Rajat Banerjee rbanerj at fas.harvard.edu
Sun Dec 5 19:12:36 EST 2010


Hi List,
It has been a while since I've used starcluster. I pulled from git
using "git pull jtriley master" and ran setup.py:

Here is the part that pertains to boto:
Installed /usr/local/lib/python2.6/dist-packages/StarCluster-0.9999-py2.6.egg
Processing dependencies for StarCluster==0.9999
Searching for boto==2.0b3
Best match: boto 2.0b3
Processing boto-2.0b3-py2.6.egg
boto 2.0b3 is already the active version in easy-install.pth

and:
(StarCluster)rajat at ubuntu:~/Envs/StarCluster/StarCluster$ locate 2.0b3
/usr/local/lib/python2.6/dist-packages/boto-2.0b3-py2.6.egg

So I guess it is there.

However, when I try and launch starcluster, it barfs:
(StarCluster)rajat at ubuntu:~/Envs/StarCluster/StarCluster$ starcluster
listclusters
Traceback (most recent call last):
  File "/home/rajat/Envs/StarCluster/bin/starcluster", line 4, in <module>
    from pkg_resources import require; require('StarCluster==0.9999')
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 2607, in <module>
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 565, in resolve
pkg_resources.DistributionNotFound: boto==2.0b3

Any ideas?
Thank you,
Rajat



More information about the StarCluster mailing list