Stream: dask
Topic: HighLevelGraph Error
Max Grover (Apr 19 2021 at 19:29):
I was running a workflow which involved intake-esm, dask, and xpersist and ran into an AttributeError: 'HighLevelGraph' object has no attribute '_dask_distributed_pack_'
error... has anyone seen this before?
Matt Long (Apr 19 2021 at 19:31):
I think this is related to a version incompatibility
Matt Long (Apr 19 2021 at 19:31):
See the convo here:
https://zulip2.cloud.ucar.edu/#narrow/stream/10-python-questions/topic/dask-jobqueue.20import.20error/near/23961
Matt Long (Apr 19 2021 at 19:33):
I have been using the following package versions:
- bokeh==1.4
- dask==2.14
- distributed==2.14
- dask-jobqueue==0.7.1
I've tried relaxing the pinned versions, but haven't found a working alternative.
Max Grover (Apr 19 2021 at 19:34):
Thanks!!
Last updated: Jan 30 2022 at 12:01 UTC