pip “Cannot uninstall ‘pip包‘. It is a distutils installed project...“ 解决方法 程序员文章站 2022-07-14 13:18:21 ... pip升级更新遇到——包已经安装更新,无法安装的错误 ERROR: Cannot uninstall 'XlsxWriter'. 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 解决方法:忽略已安装的包 pip install XlsxWriter --upgrade --ignore-installed XlsxWriter 相关标签: Python学习 大数据 1024程序员节 上一篇: Java读kafka数据写入hbase(清澈) 下一篇: 2.6 Another Style of Makefile(另一种样式的makefile) 推荐阅读 pip cannot uninstall <package>: “It is a distutils installed project“ Pip uninstall xx: ERROR:Cannot uninstall 'scikit-learn'. It is a distutils installed project and pip “Cannot uninstall ‘pip包‘. It is a distutils installed project...“ 解决方法