Hello - I am having trouble importing gensim after installation. I'm using python 2.7, numpy 1.7 and Scipy 0.12. Please see below and let me know if you have any ideas... Thanks in advance!
Python 2.7.6 |Anaconda 1.7.0 (x86_64)| (default, Jan 10 2014, 11:23:15)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Imported NumPy 1.7.1, SciPy 0.12.0, Matplotlib 1.3.0
Type "scientific" for more details.
>>> from gensim import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/pja/anaconda/lib/python2.7/site-packages/gensim-0.10.2-py2.7-macosx-10.5-x86_64.egg/gensim/__init__.py", line 6, in <module>
from gensim import utils, matutils, interfaces, corpora, models, similarities
File "/Users/pja/anaconda/lib/python2.7/site-packages/gensim-0.10.2-py2.7-macosx-10.5-x86_64.egg/gensim/models/__init__.py", line 15, in <module>
from .ldamulticore import LdaMulticore
File "/Users/pja/anaconda/lib/python2.7/site-packages/gensim-0.10.2-py2.7-macosx-10.5-x86_64.egg/gensim/models/ldamulticore.py", line 52, in <module>
from six.moves.queue import Full
ImportError: No module named queue