首页 > 其他 > 详细

pip "Cannot uninstall 'six'. It is a distutils installed project..." 解决方法

时间:2020-02-27 11:07:40      阅读:62      评论:0      收藏:0      [点我收藏+]

参考:

 

pip "Cannot uninstall ‘six‘. It is a distutils installed project..." 解决方法

在升级 six 时遇到无法安装的问题,错误日志如下:

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.

导致错误的原因:Six issue when installing package

解决方法:

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

pip "Cannot uninstall 'six'. It is a distutils installed project..." 解决方法

原文:https://www.cnblogs.com/liuys635/p/12370835.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!