Gensim installation with python3

2019-08-24 10:45发布

问题:

I installed Gensim in python3

when I call gensim I got this error. Can someone help?

>>> import gensim


AttributeError: 'tuple' object has no attribute 'type'