<div dir="ltr">Hi All,<div><br></div><div>I just installed star cluster and get the following error on Mac OS 10.11. Any idea whats wrong? <br><div class="gmail_quote"><div dir="ltr"><div>Florian</div><div><br></div><div>➜  ~ starcluster --help<br><br>Traceback (most recent call last):<br><br>  File &quot;/usr/local/bin/starcluster&quot;, line 9, in &lt;module&gt;
    load_entry_point(&#39;StarCluster==0.95.6&#39;, &#39;console_scripts&#39;, &#39;starcluster&#39;)()<br><br>  File &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py&quot;, line 357, in load_entry_point<br><br>    return get_distribution(dist).load_entry_point(group, name)<br><br>  File &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py&quot;, line 2394, in load_entry_point<br><br>    return ep.load()<br><br>  File &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py&quot;, line 2108, in load<br><br>    entry = __import__(self.module_name, globals(),globals(), [&#39;__name__&#39;])<br><br>  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;<br><br>    from starcluster import config<br><br>  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;<br><br>    from starcluster import cluster<br><br>  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;<br><br>    from starcluster import deathrow<br><br>  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;<br><br>    from starcluster import clustersetup<br><br>  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;<br><br>    from starcluster import threadpool<br><br>  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;<br><br>    import workerpool<br><br>  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;<br><br>    from workerpool.pools import *<br><br>  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;<br><br>    from six.moves.queue import Queue<br><br>ImportError: No module named queue<br><br>➜  ~ which python<br><br>/usr/bin/python<br><br>➜  ~ python --version<br><br>Python 2.7.10<br><br>➜  ~ python<br><br>Python 2.7.10 (default, Oct 23 2015, 18:05:06) <br><br>[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin<br><br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br><br>&gt;&gt;&gt; from six.moves import queue<br><br>&gt;&gt;&gt; queue<br><br>&lt;module &#39;Queue&#39; from &#39;/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.pyc&#39;&gt;<br><br>&gt;&gt;&gt; exit()<br><br>➜  ~ <br><br></div></div></div></div></div>