<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hmmm, that's odd. Glad you got it working though. I just tried creating a new empty virtual environment and ran 'pip install StarCluster' and it pulled in boto 2.0b4 correctly so I'm not sure what the issue might have been. Must have been a random fluke with pypi or something. Let me know if you run into this again...</div><div><br></div><div>~Justin<br><div><br></div><div><br><div><div>On Aug 8, 2011, at 2:23 AM, Nolan Nichols wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Justin,<div><br></div><div>Thanks for the pointer... I used 'pip install StarCluster' and version 'boto 2.0b3' was installed. It seems like the default version of boto that is in installed via pypi is 2.0b3.&nbsp;</div>

<div><br></div><div>After downloading the 'boto 2.0b4' tarball and installing it manually via 'python setup.py install' I was able to start up a cluster. &nbsp;</div><div><br></div><div>Cheers,</div><div><br></div>

<div>Nolan<br><br><div class="gmail_quote">On Sun, Aug 7, 2011 at 8:30 PM, Justin Riley <span dir="ltr">&lt;<a href="mailto:jtriley@mit.edu">jtriley@mit.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div style="word-wrap:break-word">Hi Nolan,<div><br></div><div>I suspect this might be a version mismatch for boto. StarCluster 0.92rc2 requires boto 2.0b4. You can check the currently installed boto version using:</div>
<div>
<br></div><div>$ python -c 'import boto; print boto.Version'</div><div><br></div><div>If this is the case, running 'easy_install StarCluster' or, if you downloaded manually, 'python setup.py install' should pull in the required boto version assuming you have setuptools installed.</div>

<div><br></div><div>~Justin</div><div><br><div><div><div></div><div class="h5"><div>On Aug 7, 2011, at 2:50 PM, Nolan Nichols wrote:</div><br></div></div><blockquote type="cite"><div><div></div><div class="h5">Hello,<div>

<br></div><div>I got the error below when trying to start a starcluster. Log attached.</div><div><br></div><div>Thanks,</div><div><br></div><div>Nolan</div><div><br></div><div>--</div><div><div>(test)nolan@nolan-mac:~ starcluster start mycluster</div>



<div>StarCluster - (<a href="http://web.mit.edu/starcluster" target="_blank">http://web.mit.edu/starcluster</a>) (v. 0.92rc2)</div><div>Software Tools for Academics and Researchers (STAR)</div><div>Please submit bug reports to <a href="mailto:starcluster@mit.edu" target="_blank">starcluster@mit.edu</a></div>



<div><br></div><div>&gt;&gt;&gt; Using default cluster template: smallcluster</div><div>&gt;&gt;&gt; Validating cluster template settings...</div><div>Traceback (most recent call last):</div><div>&nbsp; File "/Users/nolan/.virtualenv/test/lib/python2.7/site-packages/starcluster/cli.py", line 155, in main</div>



<div>&nbsp; &nbsp; sc.execute(args)</div><div>&nbsp; File "/Users/nolan/.virtualenv/test/lib/python2.7/site-packages/starcluster/commands/start.py", line 175, in execute</div><div>&nbsp; &nbsp; scluster._validate(validate_running=validate_running)</div>



<div>&nbsp; File "/Users/nolan/.virtualenv/test/lib/python2.7/site-packages/starcluster/cluster.py", line 1345, in _validate</div><div>&nbsp; &nbsp; self._validate_instance_types()</div><div>&nbsp; File "/Users/nolan/.virtualenv/test/lib/python2.7/site-packages/starcluster/cluster.py", line 1481, in _validate_instance_types</div>



<div>&nbsp; &nbsp; self.__check_platform(node_image_id, node_instance_type)</div><div>&nbsp; File "/Users/nolan/.virtualenv/test/lib/python2.7/site-packages/starcluster/cluster.py", line 1442, in __check_platform</div><div>&nbsp; &nbsp; image_is_hvm = (image.virtualization_type == "hvm")</div>



<div>AttributeError: 'Image' object has no attribute 'virtualization_type'</div><div><br></div><div>!!! ERROR - Oops! Looks like you've found a bug in StarCluster</div><div>!!! ERROR - Debug file written to: /tmp/starcluster-debug-nolan.log</div>



<div>!!! ERROR - Look for lines starting with PID: 12940</div><div>!!! ERROR - Please submit this file, minus any private information,</div><div>!!! ERROR - to <a href="mailto:starcluster@mit.edu" target="_blank">starcluster@mit.edu</a></div>



</div>
</div></div><span>&lt;starcluster-debug-nolan-PID-12940.log&gt;</span><span>&lt;ATT00001..c&gt;</span></blockquote></div><br></div></div></blockquote></div><br></div>
</blockquote></div><br></div></div></body></html>