Error on Moving from Sequential to LocalExecutor #44243
Replies: 2 comments 16 replies
-
have you resolved this? |
Beta Was this translation helpful? Give feedback.
-
I had the same issue and tried commenting out some Darwin-specific logic in the multiprocessing module in cpython 3.12, as it seemed to be deprecated by now. Specifically in those files: This seemed to fix the issue for me. However, please be aware that I have absolutely no idea what this code does let alone which bugs it was trying to fix. I have almost zero Python experience so I feel unsure about submitting a PR for a change which may cause more problems than it solves. |
Beta Was this translation helpful? Give feedback.
-
I just updated my airflow setup to use LocalExecutor but it started giving this error:
It works fine with Sequential Executor but keeps queuing tasks with this error on the scheduler.
Beta Was this translation helpful? Give feedback.
All reactions