pip不能安装升级卸载软件问题
Posted hichens
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip不能安装升级卸载软件问题相关的知识,希望对你有一定的参考价值。
例如想要升级nibabel时
使用命令:sudo pip install --upgrade nibabel
报错:
Cannot uninstall ‘nibabel’. 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.
问题解析:
旧版本依赖多,不能清晰的删除,此时应该忽略旧版本升级,即如下
加上 --ignore-installed
解决办法:sudo pip install nibabel --ignore-installed nibabel
以上是关于pip不能安装升级卸载软件问题的主要内容,如果未能解决你的问题,请参考以下文章
安装ArcGIS 10.2 Server 出现不能满足升级要求,提示需卸载的软件未空白