Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdata.write() broken -> Reason why GH actions fail #352

Open
timtreis opened this issue Sep 11, 2023 · 1 comment
Open

sdata.write() broken -> Reason why GH actions fail #352

timtreis opened this issue Sep 11, 2023 · 1 comment
Labels
bug 🚨 Something isn't working

Comments

@timtreis
Copy link
Member

MRE

from spatialdata.datasets import blobs

blobs().write("./blob.zarr")

fails with

FileNotFoundError: [Errno 2] No such file or directory: '/Users/tim.treis/Documents/GitHub/spatialdata-notebooks/notebooks/examples/blob.zarr/images/blobs_image/0/0/0/0'

Inspecting the created file shows that it only goes one 0 deep, so -> .../blobs_image/0/

@timtreis timtreis added the bug 🚨 Something isn't working label Sep 11, 2023
@npeschke
Copy link

This seems like something I encountered here as well ome/ome-zarr-py#304

The underlying issue is a change in the newest version of fsspec fsspec/filesystem_spec@285094f that changed the way auto_mkdir works.

For the moment, a downgrade to fsspec<=2023.6.* should help in the short term until ome-zarr-py is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🚨 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants