Hi, I am having problems running the local DaskExe...
# prefect-community
m
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
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
Thanks for the replay. That actually solves it. Strange, but great I suppose :-)