<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div><br></div><div>When I run the install routine for the 0.92rc1 version of SC, it aborts with the following error message:</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>ImportError: No module named starcluster</div><div><br></div><div><br></div><div>I'm using the following AMI for a single server, from which I would then launch a cluster: &nbsp;</div><div><span class="Apple-tab-span" style="white-space:pre"></span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>ami-0af31963</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>starcluster/starcluster-base-ubuntu-10.04-x86_64-rc1.manifest.xml</div><div><br></div><div><br></div><div>Full output from the command "sudo easy_install StarCluster" from this cloud server is appended below.</div><div><br></div><div>I've been using SC for the last year and have my setup and run scripts finely tuned for initiating and managing specific cluster configurations. Between May 15 and June 15 I ran three separate clusters (from 48 to 96 cores) with no problems whatsoever.&nbsp;</div><div><br></div><div><br></div><div>Here are the first several upstream script commands (fn=mastersetup.sh)&nbsp;I run to setup a new cloud server:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>#!/bin/bash</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>apt-get -y update</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>apt-get -y install libx11-dev</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>apt-get -y install xvfb</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>apt-get -y install python-setuptools</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>#--- For StarCluster ----------------------</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>apt-get -y install python-crypto</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>apt-get -y install python-paramiko</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>#--- For running python analysis/plotting scripts ----------&nbsp;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span># apt-get -y install gfortran</div><div><span class="Apple-tab-span" style="white-space:pre">        </span># apt-get -y install python-numpy</div><div><span class="Apple-tab-span" style="white-space:pre">        </span># apt-get -y install python-matplotlib</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>easy_install StarCluster&nbsp;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>. . . . . .&nbsp;</div><div><br></div><div>This script file is called by the command "sudo bash mastersetup.sh"</div><div><br></div><div>Error output message from 'easy_install StarCluster' is the same whether it is invoked within this script or directly called from the command line as: 'sudo easy_install StarCluster'</div><div><br></div><div><br></div><div>Thanks for any light you may be able to shed on this issue,</div><div><br></div><div>Adam</div><br><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; "><div style="font-family: 'Lucida Sans'; ">---------------------------------------------------</div><div style="font-family: 'Lucida Sans'; ">Adam G. Marsh, Ph.D.</div><div style="font-family: 'Lucida Sans'; "><span class="Apple-style-span" style="font-family: 'Lucida Sans'; ">Associate Professor</span></div><div style="font-family: 'Lucida Sans'; "><span class="Apple-style-span" style="font-family: 'Lucida Sans'; ">Marine Biological Sciences</span></div><div style="font-family: 'Lucida Sans'; "><span class="Apple-style-span" style="font-family: 'Lucida Sans'; ">University of Delaware</span></div><div style="font-family: 'Lucida Sans'; "><span class="Apple-style-span" style="font-family: 'Lucida Sans'; ">302.645.4367</span></div><div style="font-family: 'Lucida Sans'; "><span class="Apple-style-span" style="font-family: 'Lucida Sans'; ">------------------------------------------------</span></div><div style="font-family: 'Lucida Sans'; "><br class="khtml-block-placeholder"></div><div style="font-family: 'Lucida Sans'; "><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline">
</div><div>prompt&gt; sudo easy_install StarCluster</div><div><br></div><div><div><div>Searching for StarCluster</div><div>Reading <a href="http://pypi.python.org/simple/StarCluster/">http://pypi.python.org/simple/StarCluster/</a></div><div>Reading <a href="http://web.mit.edu/starcluster">http://web.mit.edu/starcluster</a></div><div>Best match: StarCluster 0.92rc1</div><div>Downloading <a href="http://pypi.python.org/packages/source/S/StarCluster/StarCluster-0.92rc1.tar.gz#md5=0e2fadfa011de41bf6a6868bc37c61ed">http://pypi.python.org/packages/source/S/StarCluster/StarCluster-0.92rc1.tar.gz#md5=0e2fadfa011de41bf6a6868bc37c61ed</a></div><div>Processing StarCluster-0.92rc1.tar.gz</div><div>Running StarCluster-0.92rc1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-_L48LL/StarCluster-0.92rc1/egg-dist-tmp-ZZxqNG</div><div>Traceback (most recent call last):</div><div>&nbsp;&nbsp;File "/usr/bin/easy_install", line 9, in &lt;module&gt;</div><div>&nbsp;&nbsp; &nbsp;load_entry_point('distribute==0.6.10', 'console_scripts', 'easy_install')()</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py", line 1760, in main</div><div>&nbsp;&nbsp; &nbsp;with_ei_usage(lambda:</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py", line 1741, in with_ei_usage</div><div>&nbsp;&nbsp; &nbsp;return f()</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py", line 1764, in &lt;lambda&gt;</div><div>&nbsp;&nbsp; &nbsp;distclass=DistributionWithoutHelpCommands, **kw</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/distutils/core.py", line 152, in setup</div><div>&nbsp;&nbsp; &nbsp;dist.run_commands()</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands</div><div>&nbsp;&nbsp; &nbsp;self.run_command(cmd)</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command</div><div>&nbsp;&nbsp; &nbsp;cmd_obj.run()</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py", line 254, in run</div><div>&nbsp;&nbsp; &nbsp;self.easy_install(spec, not self.no_deps)</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py", line 489, in easy_install</div><div>&nbsp;&nbsp; &nbsp;return self.install_item(spec, dist.location, tmpdir, deps)</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py", line 519, in install_item</div><div>&nbsp;&nbsp; &nbsp;dists = self.install_eggs(spec, download, tmpdir)</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py", line 698, in install_eggs</div><div>&nbsp;&nbsp; &nbsp;return self.build_and_install(setup_script, setup_base)</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py", line 975, in build_and_install</div><div>&nbsp;&nbsp; &nbsp;self.run_setup(setup_script, setup_base, args)</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py", line 964, in run_setup</div><div>&nbsp;&nbsp; &nbsp;run_setup(setup_script, args)</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/sandbox.py", line 29, in run_setup</div><div>&nbsp;&nbsp; &nbsp;lambda: execfile(</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/sandbox.py", line 70, in run</div><div>&nbsp;&nbsp; &nbsp;return func()</div><div>&nbsp;&nbsp;File "/usr/lib/python2.6/dist-packages/setuptools/sandbox.py", line 31, in &lt;lambda&gt;</div><div>&nbsp;&nbsp; &nbsp;{'__file__':setup_script, '__name__':'__main__'}</div><div>&nbsp;&nbsp;File "setup.py", line 5, in &lt;module&gt;</div><div>ImportError: No module named starcluster</div></div><div><br></div><div><br></div></div>
<br></body></html>