再导入模块gensim时提示错误:
from gensim import corpora ImportError: No module named ordered_dict
解决办法:
pip install urllib3==1.22
如果遇到错误:
ERROR: Cannot uninstall 'urllib3'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
参考:
解决办法:
sudo pip install --ignore-installed urllib3==1.22