<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 &quot;/usr/local/bin/starcluster&quot;, line 9, in &lt;module&gt;</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">    load_entry_point(&#39;StarCluster==0.95.6&#39;, &#39;console_scripts&#39;, &#39;starcluster&#39;)()</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  File &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py&quot;, 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 &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py&quot;, 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 &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py&quot;, 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(), [&#39;__name__&#39;])</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  File &quot;/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/cli.py&quot;, line 32, in &lt;module&gt;</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 &quot;/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/config.py&quot;, line 25, in &lt;module&gt;</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 &quot;/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/cluster.py&quot;, line 33, in &lt;module&gt;</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 &quot;/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/deathrow.py&quot;, line 24, in &lt;module&gt;</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 &quot;/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/clustersetup.py&quot;, line 24, in &lt;module&gt;</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 &quot;/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/threadpool.py&quot;, line 25, in &lt;module&gt;</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 &quot;/Library/Python/2.7/site-packages/workerpool-0.9.4-py2.7.egg/workerpool/__init__.py&quot;, line 29, in &lt;module&gt;</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 &quot;/Library/Python/2.7/site-packages/workerpool-0.9.4-py2.7.egg/workerpool/pools.py&quot;, line 8, in &lt;module&gt;</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 &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">&gt;&gt;&gt; from six.moves import queue</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">&gt;&gt;&gt; queue</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">&lt;module &#39;Queue&#39; from &#39;/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.pyc&#39;&gt;</p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">&gt;&gt;&gt; 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>