美文网首页
pip安装:Cannot uninstall ''

pip安装:Cannot uninstall ''

作者: 高正杰 | 来源:发表于2018-08-05 18:17 被阅读4689次
image.png

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

对于这种问题如何解决呢?

直接全局搜索对应文件,具体包括 "package name" 文件夹 和 "package name".egg-info ,找到后直接删除即可

相关文章

网友评论

      本文标题:pip安装:Cannot uninstall ''

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