-
-
Notifications
You must be signed in to change notification settings - Fork 331
BaseStore is missing #2957
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
Comments
It looks like PyMC has not made the jump to Zarr 3 yet. I suspect @lucianopaz and @ricardoV94 - does PyMC have a tracking issue for |
Thank you. I downgraded zarr to 2.18 and it is working now.
|
@jhamman, I'll open an issue over at PyMC to track upgrading to |
@jhamman, I think that you can close this issue. It's not a |
Uh oh!
There was an error while loading. Please reload this page.
Zarr version
v3.0.6
Numcodecs version
v0.15.1
Python Version
3.12.3
Operating System
Linux
Installation
using pip
Description
I cannot create ZarrTrace object because "from zarr.storage import BaseStore" is failing in pymc/backends/zarr.py. What is the correct way to create a ZarrTrace object (I want to use it for pm.sample(trace=ZarrTrace object))?
Steps to reproduce
Additional output
No response
The text was updated successfully, but these errors were encountered: