ERROR: Cannot uninstall ‘httplib2’. 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 命令一般无法卸载
无法卸载就不能正确安装其他安装包
因此最好的办法是直接升级安装包
sudo -H pip install --ignore-installed -U httplib2
ERROR: Cannot uninstall 'httplib2'. It is a distutils installed project and thus we cannot accuratel
最新推荐文章于 2024-07-20 12:47:37 发布
当遇到无法通过pip命令卸载httplib2的问题时,本文介绍了一种有效解决方案,即使用sudo-Hpip命令直接升级安装包,避免了因卸载不完全导致的后续安装包安装失败的情况。
2998

被折叠的 条评论
为什么被折叠?



