You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Date: 5/17/2022, 7:07:42 AM
Subject: imagecode cs package
Hi there,
I am trying to use the DeepCell website, but I am getting the following error message: Job Failed: ValueError: <COMPRESSION.LZW: 5> requires the 'imagecodecs' package
In this repo, we are working off of a python 3.8 base image so we should be able to add imagecodecs to the requirements and directly resolve this issue.
The text was updated successfully, but these errors were encountered:
This issue has also come up in deepcell-applications: vanvalenlab/deepcell-applications#26
In this repo, we are working off of a python 3.8 base image so we should be able to add
imagecodecs
to the requirements and directly resolve this issue.The text was updated successfully, but these errors were encountered: