Error when running baseline container ¶
By: agaldran on Feb. 3, 2025, 2:16 p.m.
Dear organizers,
Thanks for making available example containers, it makes life easier. I have managed to get to run the semantic segmentation part of the example, but I am stuck with the instance segmentation model, because I get an error on import os zarr
:
AttributeError: module 'zarr' has no attribute 'ZipStore'
This error comes from a simple typing instruction here. So I tried to comment it out and then this is what happened (sorry if it is hard to read...):
:
This looks to me like a zarr
issue. Maybe it has to do with the version of zarr
you are using? This was not specified in the requirements.txt
so I guess I must be using the latest one, and maybe there have been some breaking changes there? Any help is appreciated.
Cheers,
Adrian