GitHub user worst-username-ever added a comment to the discussion: Error on Moving from Sequential to LocalExecutor
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: https://github.com/python/cpython/blob/3.12/Lib/multiprocessing/context.py https://github.com/python/cpython/blob/3.12/Lib/multiprocessing/reduction.py 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. GitHub link: https://github.com/apache/airflow/discussions/44243#discussioncomment-12139153 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
