ERROR: Cannot uninstall 'urllib3'. It is a distutils installed project and thus we cannot accurately determine which files belong to it

前端之家收集整理的这篇文章主要介绍了ERROR: Cannot uninstall 'urllib3'. It is a distutils installed project and thus we cannot accurately determine which files belong to it前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

安装gensim提示错误信息:

@H_403_2@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 +模块名

@H_403_2@sudo pip install --ignore-installed urllib3


猜你在找的Python相关文章