ERROR: Cannot uninstall 'imageio'.解决办法

Posted 华东 博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR: Cannot uninstall 'imageio'.解决办法相关的知识,希望对你有一定的参考价值。

 

pip安装albumentations包。而在安装的时候,总是在Installing collected pachages:imageio环节报错:ERROR: Cannot uninstall \'imageio\'. 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安装时,加上--ignore-installed即可:

pip install albumentations --ignore-installed

  

 

以上是关于ERROR: Cannot uninstall 'imageio'.解决办法的主要内容,如果未能解决你的问题,请参考以下文章