Skip to content

version mismatch error on example script #140

@Artur-man

Description

@Artur-man

Dear all,

I just ran the script on README.md and getting a mismatch error which seems to try reading the 0.4 image as an 0.5.

Python 3.12.12 (main, Jan 14 2026, 23:36:32) [Clang 21.1.4 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import napari
>>> import napari_ome_zarr
>>> napari.__version__
'0.6.6'
>>> napari_ome_zarr.__version__
'0.6.1'
>>> viewer = napari.Viewer()
>>> viewer.open("https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.4/idr0101A/13457537.zarr", plugin="napari-ome-zarr")
version mismatch: detected: FormatV04, requested: FormatV05

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