You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There can be version incompatibilities between the dask-scheduler and the dask-worker, which lead to difficult-to-diagnose errors. Instead of using daskdev/dask:latest for the default Docker image for the workers, use daskdev/dask:$VERSION where $VERSION comes from:
from distributed.versions import get_versions; get_versions()
get_versions() might have a leading 0 in the month, whereas the image tag doesn't (and dask-scheduler --version doesn't).
The text was updated successfully, but these errors were encountered:
There can be version incompatibilities between the dask-scheduler and the dask-worker, which lead to difficult-to-diagnose errors. Instead of using
daskdev/dask:latest
for the default Docker image for the workers, usedaskdev/dask:$VERSION
where $VERSION comes from:get_versions()
might have a leading 0 in the month, whereas the image tag doesn't (anddask-scheduler --version
doesn't).The text was updated successfully, but these errors were encountered: