-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
When loading a .tif image into the project the UI closed and the terminal showed this error
ValueError: <COMPRESSION.LZW: 5> requires the 'imagecodecs' package
Aborted (core dumped)
It was solved installing the imagecodecs package according to the documentation
with python -m pip install -U "imagecodecs[all]"
Metadata
Metadata
Assignees
Labels
No labels