Skip to content

FYI: zarrista depends on icechunk via zarrista.store #104

Description

@psobolewskiPhD

zarrista version: 0.1.0b7

from zarrista import Array
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[2], line 1
----> 1 from zarrista import Array

File ~/Library/Caches/uv/archive-v0/CET-v_MBEdiEUd0l/lib/python3.14/site-packages/zarrista/__init__.py:5
      1 """A low-level Zarr API for Python, binding to Rust's Zarrs."""
      3 from typing import TypeAlias
----> 5 from . import codec, exceptions, store
      6 from ._zarrista import (
      7     Array,
      8     ArrayBuilder,
   (...)     21     __version__,
     22 )
     24 DecodedArray: TypeAlias = Tensor | VariableArray | MaskedTensor | MaskedVariableArray

File ~/Library/Caches/uv/archive-v0/CET-v_MBEdiEUd0l/lib/python3.14/site-packages/zarrista/store.py:5
      1 """Available stores."""
      3 from typing import TypeAlias
----> 5 from icechunk import Session
      6 from obstore.store import ObjectStore
      8 from ._zarrista import FilesystemStore, MemoryStore

ModuleNotFoundError: No module named 'icechunk'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions