[StarCluster] cannot start starcluster
Florian Oswald
florian.oswald at gmail.com
Wed Mar 2 09:01:21 EST 2016
hi all,
I just installed star cluster and get the following error. Any idea whats
wrong?
Florian
*➜ **~* starcluster --help
Traceback (most recent call last):
File "/usr/local/bin/starcluster", line 9, in <module>
load_entry_point('StarCluster==0.95.6', 'console_scripts',
'starcluster')()
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py",
line 357, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py",
line 2394, in load_entry_point
return ep.load()
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py",
line 2108, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File
"/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/cli.py",
line 32, in <module>
from starcluster import config
File
"/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/config.py",
line 25, in <module>
from starcluster import cluster
File
"/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/cluster.py",
line 33, in <module>
from starcluster import deathrow
File
"/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/deathrow.py",
line 24, in <module>
from starcluster import clustersetup
File
"/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/clustersetup.py",
line 24, in <module>
from starcluster import threadpool
File
"/Library/Python/2.7/site-packages/StarCluster-0.95.6-py2.7.egg/starcluster/threadpool.py",
line 25, in <module>
import workerpool
File
"/Library/Python/2.7/site-packages/workerpool-0.9.4-py2.7.egg/workerpool/__init__.py",
line 29, in <module>
from workerpool.pools import *
File
"/Library/Python/2.7/site-packages/workerpool-0.9.4-py2.7.egg/workerpool/pools.py",
line 8, in <module>
from six.moves.queue import Queue
ImportError: No module named queue
*➜ **~* which python
/usr/bin/python
*➜ **~* python --version
Python 2.7.10
*➜ **~* python
Python 2.7.10 (default, Oct 23 2015, 18:05:06)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from six.moves import queue
>>> queue
<module 'Queue' from
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.pyc'>
>>> exit()
*➜ **~*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/starcluster/attachments/20160302/ab7e3cfb/attachment.html
More information about the StarCluster
mailing list