pip>error>ERROR: Cannot uninstall ‘xxx‘
程序员文章站
2022-07-14 13:18:39
...
在使用pip
安装一些安装包时,偶尔会有一些依赖报错问题…
例:
安装 AAA
pip install AAA
报错 XXX
ERROR: Cannot uninstall 'XXX'.
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.
此时就是 XXX
无法更新,或其他问题,只要使用pip
使用下面的方法重新安装该包
pip install XXX --ignore-installed
然后再次安装 AAA
pip install AAA
问题解决…
上一篇: 手贱,pip uninstall setuptools报错!!!
下一篇: Pip uninstall xx: ERROR:Cannot uninstall 'scikit-learn'. It is a distutils installed project and
推荐阅读
-
docker build提示error checking context:can't stat xxx
-
编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法
-
解决Zabbix网页端Get value error: cannot connect to [[192.168.238.139]:10050]: [113] N
-
PHP严重致命错误处理:php Fatal error: Cannot redeclare class or function【转】
-
Error: cannot fetch last explain plan from PLAN_TABLE
-
Error: Invalid CSS after "xxx": expected 1 selector or at-rule, was "{}"
-
在安装系统出现error cannot load file code 5555h 的解决办法
-
解决启动MongoDB错误:error while loading shared libraries: libstdc++.so.6:cannot open shared object file:
-
[VUE ERROR] Error in render: "TypeError: Cannot create property 'header' on boolean 'true'"
-
Python-pip3 install turtle报错ERROR: Command errored out with exit status 和setup.py-except ValueErro