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

  

 

相关文章:

  • 2021-04-04
  • 2021-09-29
  • 2022-02-18
  • 2021-12-24
  • 2022-02-08
  • 2022-12-23
  • 2021-09-18
猜你喜欢
  • 2021-04-20
  • 2021-07-30
  • 2022-01-12
  • 2021-12-01
  • 2021-09-24
  • 2022-12-23
相关资源
相似解决方案