问题描述: 执行​​import gensim​​时报错:

from smart_open import open   
ImportError: cannot import name 'open'

解决方法: 重新安装smart_open

pip uninstall smart_open
pip install smart_open