https://prefect.io logo
Title
m

Mikael

08/24/2020, 7:38 AM
Hi, I am having problems running the local DaskExecutor. When running the standard local executor all works fine, but when running a flow with
executor=DaskExecutor()
i get
RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.
. Anyone having the same issue?
k

Kyle Moon-Wright

08/24/2020, 3:25 PM
Hello @Mikael, I haven't personally encountered this error, but there is a Github issue that was solved with a similar error related to Dask that may be helpful. Happy to dive deeper with you on this.
m

Mikael

08/24/2020, 9:27 PM
Thanks for the replay. That actually solves it. Strange, but great I suppose :-)