问题
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'
来源:https://stackoverflow.com/questions/54187308/gensim-installation-with-python3