<div dir="ltr">hi all,<div><br></div><div>I just installed star cluster and get the following error. Any idea whats wrong? </div><div>Florian</div><div><br></div><div><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="color:rgb(52,189,38)"><b>➜ </b></span><span style="color:rgb(52,187,199)"><b>~</b></span> starcluster --help</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Traceback (most recent call last):</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/usr/local/bin/starcluster", line 9, in <module></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> load_entry_point('StarCluster==0.95.6', 'console_scripts', 'starcluster')()</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in load_entry_point</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> return get_distribution(dist).load_entry_point(group, name)</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2394, in load_entry_point</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> return ep.load()</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2108, in load</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> entry = __import__(self.module_name, globals(),globals(), ['__name__'])</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/cli.py", line 32, in <module></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> from starcluster import config</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/config.py", line 25, in <module></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> from starcluster import cluster</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/cluster.py", line 33, in <module></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> from starcluster import deathrow</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/deathrow.py", line 24, in <module></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> from starcluster import clustersetup</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/clustersetup.py", line 24, in <module></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> from starcluster import threadpool</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/threadpool.py", line 25, in <module></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> import workerpool</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/Library/Python/2.7/site-packages/workerpool-0.9.4-py2.7.egg/workerpool/__init__.py", line 29, in <module></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> from workerpool.pools import *</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> File "/Library/Python/2.7/site-packages/workerpool-0.9.4-py2.7.egg/workerpool/pools.py", line 8, in <module></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> from six.moves.queue import Queue</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">ImportError: No module named queue</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="color:rgb(195,55,32)"><b>➜ </b></span><span style="color:rgb(52,187,199)"><b>~</b></span> which python</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">/usr/bin/python</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="color:rgb(52,189,38)"><b>➜ </b></span><span style="color:rgb(52,187,199)"><b>~</b></span> python --version</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Python 2.7.10</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="color:rgb(52,189,38)"><b>➜ </b></span><span style="color:rgb(52,187,199)"><b>~</b></span> python</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Python 2.7.10 (default, Oct 23 2015, 18:05:06) </p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Type "help", "copyright", "credits" or "license" for more information.</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">>>> from six.moves import queue</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">>>> queue</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><module 'Queue' from '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.pyc'></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">>>> exit()</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(52,189,38)"><b>➜ </b><span style="color:rgb(52,187,199)"><b>~</b></span><span style="color:rgb(0,0,0)"> </span></p></div><div><span style="color:rgb(0,0,0)"><br></span></div></div>