<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 "/usr/local/bin/starcluster", line 9, in <module>
load_entry_point('StarCluster==0.95.6', 'console_scripts', 'starcluster')()<br><br> File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in load_entry_point<br><br> return get_distribution(dist).load_entry_point(group, name)<br><br> File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2394, in load_entry_point<br><br> return ep.load()<br><br> File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2108, in load<br><br> entry = __import__(self.module_name, globals(),globals(), ['__name__'])<br><br> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/cli.py", line 32, in <module><br><br> from starcluster import config<br><br> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/config.py", line 25, in <module><br><br> from starcluster import cluster<br><br> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/cluster.py", line 33, in <module><br><br> from starcluster import deathrow<br><br> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/deathrow.py", line 24, in <module><br><br> from starcluster import clustersetup<br><br> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/clustersetup.py", line 24, in <module><br><br> from starcluster import threadpool<br><br> File "/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/threadpool.py", line 25, in <module><br><br> import workerpool<br><br> File "/Library/Python/2.7/site-packages/workerpool-0.9.4-py2.7.egg/workerpool/__init__.py", line 29, in <module><br><br> from workerpool.pools import *<br><br> File "/Library/Python/2.7/site-packages/workerpool-0.9.4-py2.7.egg/workerpool/pools.py", line 8, in <module><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 "help", "copyright", "credits" or "license" for more information.<br><br>>>> from six.moves import queue<br><br>>>> queue<br><br><module 'Queue' from '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.pyc'><br><br>>>> exit()<br><br>➜ ~ <br><br></div></div></div></div></div>