【debug】报错ValueError: <COMPRESSION.LZW: 5> requires the ‘imagecodecs‘ package

问题:

报错ValueError: requires the 'imagecodecs' package
Warning 1: TIFFReadDirectory:Sum of Photometric type-related color channels and ExtraSamples doesn't match SamplesPerPixel. Defining non-color channels as ExtraSamples.

解决:

缺少包imagecodecs,安装下即可

conda install -c conda-forge imagecodecs

【debug】报错ValueError: <COMPRESSION.LZW: 5> requires the ‘imagecodecs‘ package_第1张图片

整理不易,欢迎一键三连!

你可能感兴趣的:(Debug,基本知识,python,开发语言,imagecodecs,debug)