Replies: 1 comment
-
This seems like a bug with one of the new package versions following the zarr v3 release, so I've created an issue to track it (see #9957). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting "TypeError: Unsupported type for store_like: 'FSMap'" when opening a zarr archive with the following new package versions:
s3fs = "2024.12.0"
zarr = "3.0.0"
dask = "2024.12.1"
xarray = "2025.1.1"
A sample of the code I am using is this:
Where I am wrong?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions