haf
11/25/2021, 1:28 PMKeyError: 'data'
— have you seen this error message before?haf
11/25/2021, 1:28 PMUnexpected error: KeyError('data')
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/prefect/engine/runner.py", line 48, in inner
new_state = method(self, state, *args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/prefect/engine/flow_runner.py", line 542, in get_flow_run_state
upstream_states = executor.wait(
File "/usr/local/lib/python3.9/site-packages/prefect/executors/dask.py", line 440, in wait
return self.client.gather(futures)
File "/usr/local/lib/python3.9/site-packages/distributed/client.py", line 1969, in gather
return self.sync(
File "/usr/local/lib/python3.9/site-packages/distributed/client.py", line 865, in sync
return sync(
File "/usr/local/lib/python3.9/site-packages/distributed/utils.py", line 327, in sync
raise exc.with_traceback(tb)
File "/usr/local/lib/python3.9/site-packages/distributed/utils.py", line 310, in f
result[0] = yield future
File "/usr/local/lib/python3.9/site-packages/tornado/gen.py", line 762, in run
value = future.result()
File "/usr/local/lib/python3.9/site-packages/distributed/client.py", line 1863, in _gather
response = await future
File "/usr/local/lib/python3.9/site-packages/distributed/client.py", line 1914, in _gather_remote
response = await retry_operation(self.scheduler.gather, keys=keys)
File "/usr/local/lib/python3.9/site-packages/distributed/utils_comm.py", line 385, in retry_operation
return await retry(
File "/usr/local/lib/python3.9/site-packages/distributed/utils_comm.py", line 370, in retry
return await coro()
File "/usr/local/lib/python3.9/site-packages/distributed/core.py", line 863, in send_recv_from_rpc
result = await send_recv(comm=comm, op=key, **kwargs)
File "/usr/local/lib/python3.9/site-packages/distributed/core.py", line 656, in send_recv
raise exc.with_traceback(tb)
File "/opt/conda/lib/python3.9/site-packages/distributed/core.py", line 498, in handle_comm
File "/opt/conda/lib/python3.9/site-packages/distributed/scheduler.py", line 5759, in gather
File "/opt/conda/lib/python3.9/site-packages/distributed/utils_comm.py", line 88, in gather_from_workers
KeyError: 'data'
Anna Geller
haf
11/25/2021, 1:41 PMAnna Geller
haf
11/25/2021, 2:02 PMAnna Geller
haf
11/25/2021, 3:21 PMAnna Geller