[Starcluster] starcluster install error (AttributeError: 'module' object has no attribute 'connection')

Justin Riley jtriley at MIT.EDU
Fri Aug 6 14:46:43 EDT 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Fabian,

Sorry to hear you're having issues. This error is most likely related to
the version of boto you're using. My guess is that boto 2.0* is
installed and this is the problem. I'm releasing a new version soon that
is compatible with the boto 2.0* releases.

StarCluster 0.91 was developed against boto 1.9b so you'll probably want
to try installing it and see if it fixes the issue. Just for drill would
you mind sending me the output of the following command:

$ python -c "import boto; print boto.Version"

Again, if it doesn't say 1.9b then installing boto 1.9b will likely fix
the problem for now.

Also, how did you install StarCluster? Did you use easy-install, pip,
virtualenv, portage, or just run python setup.py install?

BTW, I've cc'd the StarCluster mailing list on this message in case
others run into a similar problem. Please consider joining the mailing
list for future questions:

http://mailman.mit.edu/mailman/listinfo/starcluster

Thanks for your interest in StarCluster,

~Justin

On 08/06/2010 02:29 PM, fabian.boes at gmx.de via RT wrote:
>Dear StarCluster development,
>
> I am very eager to try out StarCluster, however I get the following
error after successful installation on both my Gentoo (Python 2.6) and
CentOS 5.5 (Python 2.4) machine:
>
> ~/ > starcluster help
> Traceback (most recent call last):
> File "/usr/bin/starcluster", line 5, in <module>
> pkg_resources.run_script('StarCluster==0.91', 'starcluster')
> File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 468, in
run_script
> self.require(requires)[0].run_script(script_name, ns)
> File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1201,
in run_script
> execfile(script_filename, namespace, namespace)
> File
"/usr/lib/python2.6/site-packages/StarCluster-0.91-py2.6.egg/EGG-INFO/scripts/starcluster",
line 2, in <module>
> from starcluster import cli
> File
"/usr/lib/python2.6/site-packages/StarCluster-0.91-py2.6.egg/starcluster/cli.py",
line 38, in <module>
> from starcluster import cluster
> File
"/usr/lib/python2.6/site-packages/StarCluster-0.91-py2.6.egg/starcluster/cluster.py",
line 12, in <module>
> from starcluster import awsutils
> File
"/usr/lib/python2.6/site-packages/StarCluster-0.91-py2.6.egg/starcluster/awsutils.py",
line 531, in <module>
> class EasyS3(EasyAWS):
> File
"/usr/lib/python2.6/site-packages/StarCluster-0.91-py2.6.egg/starcluster/awsutils.py",
line 533, in EasyS3
> _calling_format=boto.s3.connection.OrdinaryCallingFormat()
> AttributeError: 'module' object has no attribute 'connection'
>
> Could you please give me a hint what I am missing?
>
> Thank you very much
> Fabian
>
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxcWJMACgkQ4llAkMfDcrkcFgCcC4WoA0GgOmg5hD9I24z5uoA6
j9kAnj2RozHeVhUUotsWz+5IiikGxTgT
=KVkh
-----END PGP SIGNATURE-----



More information about the StarCluster mailing list