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
Error during deserialization of the task graph. This frequently occurs if the Scheduler and Client have different environments. For more information, see https://docs.dask.org/en/stable/deployment-considerations.html#consistent-software-environments
Error during deserialization of the task graph. This frequently occurs if the Scheduler and Client have different environments. For more information, see https://docs.dask.org/en/stable/deployment-considerations.html#consistent-software-environments
4551
+
"""
4552
+
raiseRuntimeError(textwrap.dedent(msg)) frome
4553
+
else:
4554
+
(
4555
+
dsk,
4556
+
dependencies,
4557
+
annotations_by_type,
4558
+
) =awaitoffload(
4559
+
_materialize_graph,
4560
+
graph=graph,
4561
+
global_annotations=annotationsor {},
4562
+
)
4563
+
delgraph
4564
+
ifnotinternal_priority:
4565
+
# Removing all non-local keys before calling order()
4566
+
dsk_keys=set(
4567
+
dsk
4568
+
) # intersection() of sets is much faster than dict_keys
0 commit comments