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

question:

报错ValueError: <COMPRESSION.LZW: 5> 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.

solve:

The package imagecodecs is missing, just install it

conda install -c conda-forge imagecodecs

It's not easy to organize, welcome to one-click three links!

Guess you like

Origin blog.csdn.net/qq_38308388/article/details/129663618