Eric
09/21/2020, 11:33 PMKyle Moon-Wright
09/21/2020, 11:52 PMdistributed
and dask
are you currently running? One potential cause for this error could be the utilization of a development version of distributed
.Eric
09/22/2020, 12:24 AMKyle Moon-Wright
09/22/2020, 12:36 AMprint(dask.__version__)
and print(distributed.__version__)
in your IDE, what versions are returned?pip freeze
and the versions of those packages used by the IDE.Eric
09/22/2020, 5:41 PM