I was having trouble spinning up a dask
cluster; the jobs we failing silently so no workers were available.
I tracked it down to this issue:
https://github.com/dask/distributed/issues/6013
Pinning click==8.0.2
in my environment fixed the problem.
Last updated: May 16 2025 at 17:14 UTC