程序出现报错

unable to import 'smart_open.gcs', disabling that module

查看smart_open的版本

$ pip show smart_open
Name: smart-open
Version: 1.11.1
Requires: requests, boto, boto3
Required-by: gensim

解决办法是,安装其他版本

pip install smart_open==1.10.0

参考:unable to import 'smart_open.gcs', disabling that module 错误解决