首页 > 其他 > 详细

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

时间:2021-06-12 11:11:26      阅读:19      评论:0      收藏:0      [点我收藏+]

 

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'.解决办法

原文:https://www.cnblogs.com/huadongw/p/14877240.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!