美文网首页
python卸载six包Cannot uninstall 'si

python卸载six包Cannot uninstall 'si

作者: H_Man | 来源:发表于2019-06-17 12:14 被阅读0次
image.png

Cannot uninstall 'six'. 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.

错误原因:

[https://github.com/pypa/pip/issues/3165](https://github.com/pypa/pip/issues/3165)

解决方案:

sudo pip install six --upgrade --ignore-installed six

相关文章

网友评论

      本文标题:python卸载six包Cannot uninstall 'si

      本文链接:https://www.haomeiwen.com/subject/myqafctx.html