-
Notifications
You must be signed in to change notification settings - Fork 143
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
outdated: 'zarr.storage' has no attribute 'Store'
#1329
Comments
Good catch! There's two options go solve this in the Parcels code:
|
I think that pinning to 2.11.0 is the cleaner and more long-term solution? |
I agree. I also don't want to imagine maintaining tests for the thing I've proposed in #1330 |
As per discussion in OceanParcels/Parcels#1329
Would we be able to patch this, or is there another solution in mind? At least one other person has run into this (posted a comment in this thread, before deleting it shortly after; according to my emails 😋) so I think others may also run into it. (I would PR myself, but not sure how conda packaging works with minor releases etc). |
Updating zarr to >=2.11.0 (see OceanParcels/Parcels#1329)
Parcels version:
master
zarr version:
2.8.1
Just encountered the error attached when running an example notebook. Looks like there is an incompatability introduced in #1303 with older versions of zarr. The
Store
functionality was only introduced in zarr 2.11.0 in PR zarr-developers/zarr-python#789.Possibly we need to specify
zarr>=2.11.0
in the recipe and dev environments?Not sure if this is a widespread issue, or just something to do with my unique environment.
CC: @willirath
The text was updated successfully, but these errors were encountered: