When executing run_all.sh from sim-shootout (
https://github.com/piskvorky/sim-shootout) [python 2.7.6, gensim 0.10.3] I get the following error:
Traceback (most recent call last):
File "./prepare_shootout.py", line 132, in <module>
corpus = ShootoutCorpus(gensim.utils.smart_open(preprocessed_file))
File "/usr/local/lib/python2.7/dist-packages/gensim/corpora/textcorpus.py", line 61, in __init__
self.dictionary.add_documents(self.get_texts())
File "/usr/local/lib/python2.7/dist-packages/gensim/corpora/dictionary.py", line 119, in add_documents
for docno, document in enumerate(documents):
File "./prepare_shootout.py", line 92, in get_texts
lines = gensim.corpora.textcorpus.getstream(self.input) # open file/reset stream to its start
AttributeError: 'module' object has no attribute 'getstream'