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

Zarr Package Version Requirement #103

Open
noahprime opened this issue Feb 12, 2025 · 0 comments
Open

Zarr Package Version Requirement #103

noahprime opened this issue Feb 12, 2025 · 0 comments

Comments

@noahprime
Copy link
Collaborator

Noticed this when creating a new venv; the zarr package made an intentional change in their version 3 in how it interacts with fsspec which breaks the fetch_nc function. So for now STITCHES should require zarr version 2.x (or earlier).

Here is discussion on the change: zarr-developers/zarr-python#2706

And here is the effected line of code:

mapper = fsspec.get_mapper(zstore)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant