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
When using a fsspec compatible string as the store argument, zarr's consolidate_metadata function returns a read-only store, resulting in the error shown above. I believe the expected behavior is to have generate an FSStore object with write privileges (so the consolidated meatadata key can be written).
Version and installation information
Please provide the following:
Value of zarr.__version__: 2.10.3
Value of numcodecs.__version__: 0.9.1
Version of Python interpreter: 3.9
Operating system (Linux/Windows/Mac): Linux and OSX
How Zarr was installed: conda
The text was updated successfully, but these errors were encountered:
Minimal, reproducible code sample, a copy-pastable example if possible
raises:
Problem description
When using a fsspec compatible string as the store argument, zarr's
consolidate_metadata
function returns a read-only store, resulting in the error shown above. I believe the expected behavior is to have generate anFSStore
object with write privileges (so the consolidated meatadata key can be written).Version and installation information
Please provide the following:
zarr.__version__
: 2.10.3numcodecs.__version__
: 0.9.1The text was updated successfully, but these errors were encountered: