安装gensim提示错误信息:
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.
解决办法:
1. 强制升级某一个模块
sudo pip install --ignore-installed +模块名
sudo pip install --ignore-installed urllib3