[Starcluster] 0.91 / AttributeError: 'module' object has no attribute 'connection'

Robert Rentzsch rentzsch at biochem.ucl.ac.uk
Thu Aug 26 08:37:23 EDT 2010


Hi there,

I couldn't follow things for quite a while but now that I'm back I 
wanted to first install 0.91. I installed it without installing the 
prior version _but_ there were no complaints whatsoever during 
installation. However, this is what I get when trying to run it, any 
suggestions?

Traceback (most recent call last):
File "starcluster", line 5, in <module>
pkg_resources.run_script('StarCluster==0.91', 'starcluster')
File 
"/home/bsm/rentzsch/workspace/Python-2.5.2_local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", 
line 489, in run_script
File 
"/home/bsm/rentzsch/workspace/Python-2.5.2_local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", 
line 1214, in run_script
File "/home/bsm/rentzsch/workspace/Python-2.5.2_local/bin/starcluster", 
line 2, in <module>
# EASY-INSTALL-SCRIPT: 'StarCluster==0.91','starcluster'
File "build/bdist.linux-i686/egg/starcluster/cli.py", line 38, in <module>
File "build/bdist.linux-i686/egg/starcluster/cluster.py", line 12, in 
<module>
File "build/bdist.linux-i686/egg/starcluster/awsutils.py", line 531, in 
<module>
File "build/bdist.linux-i686/egg/starcluster/awsutils.py", line 533, in 
EasyS3
AttributeError: 'module' object has no attribute 'connection'

Thanks a lot,
Rob

starcluster-request at mit.edu wrote:
> Send Starcluster mailing list submissions to
> 	starcluster at mit.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://mailman.mit.edu/mailman/listinfo/starcluster
> or, via email, send a message with subject or body 'help' to
> 	starcluster-request at mit.edu
>
> You can reach the person managing the list at
> 	starcluster-owner at mit.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Starcluster digest..."
>
>
> Today's Topics:
>
>    1. Re: ubuntu 10.04 AMIs ready for testing (Fred Rotbart)
>    2. Re: ubuntu 10.04 AMIs ready for testing (Justin Riley)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 24 Aug 2010 15:26:27 +1000
> From: Fred Rotbart <rotbart at softbart.com>
> Subject: Re: [Starcluster] ubuntu 10.04 AMIs ready for testing
> To: starcluster at mit.edu
> Message-ID: <4C735803.80808 at softbart.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> I tried to build PETSc on the 10.04 image but I ran into a link error on 
> MatGetFactor_seqaij_umfpack not found.
>
> I did not have any problem on the 9.10 image.
>
> - Fred
>
> On 21/08/10 02:05 , starcluster-request at mit.edu wrote:
>   
>> Send Starcluster mailing list submissions to
>> 	starcluster at mit.edu
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> 	http://mailman.mit.edu/mailman/listinfo/starcluster
>> or, via email, send a message with subject or body 'help' to
>> 	starcluster-request at mit.edu
>>
>> You can reach the person managing the list at
>> 	starcluster-owner at mit.edu
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Starcluster digest..."
>>
>>
>> Today's Topics:
>>
>>     1. ubuntu 10.04 AMIs ready for testing (Justin Riley)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Thu, 19 Aug 2010 16:52:16 -0400
>> From: Justin Riley<jtriley at MIT.EDU>
>> Subject: [Starcluster] ubuntu 10.04 AMIs ready for testing
>> To: starcluster<starcluster at MIT.EDU>
>> Message-ID:<4C6D9980.6080102 at mit.edu>
>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>
>> Hi All,
>>
>> I've just created new x86/x86_64 Ubuntu 10.04 AMIs for StarCluster (ids
>> below). Please give them a shot and let me know if there are any issues.
>> If they work for everyone I'll migrate them to the rest of the
>> availability zones.
>>
>> Thanks!
>>
>> ~Justin
>>
>> % starcluster listpublic
>> StarCluster - (http://web.mit.edu/starcluster) (v. 0.9999)
>> Software Tools for Academics and Researchers (STAR)
>> Please submit bug reports to starcluster at mit.edu
>>
>>   >>>  Listing all public StarCluster images...
>>
>> 32bit Images:
>> -------------
>> [0] ami-8cf913e5 us-east-1 starcluster-base-ubuntu-10.04-x86-rc3
>> ....
>>
>> 64bit Images:
>> --------------
>> [0] ami-0af31963 us-east-1 starcluster-base-ubuntu-10.04-x86_64-rc1
>> ...
>>
>> total images: 8
>>
>>
>> ------------------------------
>>
>> _______________________________________________
>> Starcluster mailing list
>> Starcluster at mit.edu
>> http://mailman.mit.edu/mailman/listinfo/starcluster
>>
>>
>> End of Starcluster Digest, Vol 12, Issue 14
>> *******************************************
>>
>>     
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 24 Aug 2010 11:11:13 -0400
> From: Justin Riley <jtriley at MIT.EDU>
> Subject: Re: [Starcluster] ubuntu 10.04 AMIs ready for testing
> To: Fred Rotbart <rotbart at softbart.com>
> Cc: "starcluster at mit.edu" <starcluster at mit.edu>
> Message-ID: <4C73E111.6080807 at mit.edu>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Fred,
>
> Which version of PETSc are you using and what commands are you using to 
> kick off the build?
>
> ~Justin
>
> On 08/24/2010 01:26 AM, Fred Rotbart wrote:
>   
>> Hi,
>>
>> I tried to build PETSc on the 10.04 image but I ran into a link error on
>> MatGetFactor_seqaij_umfpack not found.
>>
>> I did not have any problem on the 9.10 image.
>>
>> - Fred
>>
>> On 21/08/10 02:05 , starcluster-request at mit.edu wrote:
>>     
>>> Send Starcluster mailing list submissions to
>>> 	starcluster at mit.edu
>>>
>>> To subscribe or unsubscribe via the World Wide Web, visit
>>> 	http://mailman.mit.edu/mailman/listinfo/starcluster
>>> or, via email, send a message with subject or body 'help' to
>>> 	starcluster-request at mit.edu
>>>
>>> You can reach the person managing the list at
>>> 	starcluster-owner at mit.edu
>>>
>>> When replying, please edit your Subject line so it is more specific
>>> than "Re: Contents of Starcluster digest..."
>>>
>>>
>>> Today's Topics:
>>>
>>>      1. ubuntu 10.04 AMIs ready for testing (Justin Riley)
>>>
>>>
>>> ----------------------------------------------------------------------
>>>
>>> Message: 1
>>> Date: Thu, 19 Aug 2010 16:52:16 -0400
>>> From: Justin Riley<jtriley at MIT.EDU>
>>> Subject: [Starcluster] ubuntu 10.04 AMIs ready for testing
>>> To: starcluster<starcluster at MIT.EDU>
>>> Message-ID:<4C6D9980.6080102 at mit.edu>
>>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>>
>>> Hi All,
>>>
>>> I've just created new x86/x86_64 Ubuntu 10.04 AMIs for StarCluster (ids
>>> below). Please give them a shot and let me know if there are any issues.
>>> If they work for everyone I'll migrate them to the rest of the
>>> availability zones.
>>>
>>> Thanks!
>>>
>>> ~Justin
>>>
>>> % starcluster listpublic
>>> StarCluster - (http://web.mit.edu/starcluster) (v. 0.9999)
>>> Software Tools for Academics and Researchers (STAR)
>>> Please submit bug reports to starcluster at mit.edu
>>>
>>>    >>>   Listing all public StarCluster images...
>>>
>>> 32bit Images:
>>> -------------
>>> [0] ami-8cf913e5 us-east-1 starcluster-base-ubuntu-10.04-x86-rc3
>>> ....
>>>
>>> 64bit Images:
>>> --------------
>>> [0] ami-0af31963 us-east-1 starcluster-base-ubuntu-10.04-x86_64-rc1
>>> ...
>>>
>>> total images: 8
>>>
>>>
>>> ------------------------------
>>>
>>> _______________________________________________
>>> Starcluster mailing list
>>> Starcluster at mit.edu
>>> http://mailman.mit.edu/mailman/listinfo/starcluster
>>>
>>>
>>> End of Starcluster Digest, Vol 12, Issue 14
>>> *******************************************
>>>
>>>       
>> _______________________________________________
>> Starcluster mailing list
>> Starcluster at mit.edu
>> http://mailman.mit.edu/mailman/listinfo/starcluster
>>     
>
>
>
> ------------------------------
>
> _______________________________________________
> Starcluster mailing list
> Starcluster at mit.edu
> http://mailman.mit.edu/mailman/listinfo/starcluster
>
>
> End of Starcluster Digest, Vol 12, Issue 16
> *******************************************
>   




More information about the StarCluster mailing list