欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

pip cannot uninstall <package>: “It is a distutils installed project“

程序员文章站 2022-07-14 13:29:56
...

pip cannot uninstall : “It is a distutils installed project”

pip install --ignore-installed <package>

ERROR: Cannot uninstall ‘terminado’. 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 --ignore-installed terminado