-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Include v3
in Dask's nightly CI when ready
#1922
Comments
Hmm looks like the default branch is
then things work as expected. Could someone help me understand the difference between |
@jrbourbeau - thanks for opening the issue. I recommend taking a look at #1777 for a summary of the v3 effort. In the short term, I suggest pointing to Also, #1884 will be fixing the specific errors you encountered. |
Thanks for the extra context @jhamman, that's helpful
Cool, doing that here dask/dask#11151
I'm happy to help out when that happens |
zarr
missing attributes?v3
in Dask's nightly CI when ready
closed by dask/dask#11388 |
Over in Dask's nightly CI build that tests against nightly versions of Dask dependencies, we started seeing Zarr-related test failures like
due to missing top-level attributes like
zarr.create
,zarr.zeros_like
, etc. (see this build for full tracebacks).I'm able to reproduce these types of errors locally (w/o
dask
) with the following steps:which raises this
AttributeError
With the latest
zarr=2.18.2
release, I don't get an errorOne odd thing is that
pip install git+https://github.com/zarr-developers/zarr-python
seems to be installingzarr-2.16.2.dev95+gb1f4c50
, which seems off given the latest release is2.18.2
.It's unclear to be if something has changed in this repo, or if we should update our "install the nightly version of Zarr" command over in
dask/dask
.The text was updated successfully, but these errors were encountered: