xggz opened a new issue, #45235: URL: https://github.com/apache/airflow/issues/45235
### Apache Airflow version 2.10.4 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Description: While using Airflow with LocalExecutor, the scheduler fails to run and raises the following error: Error Traceback: scheduler | AttributeError: 'QueuedLocalWorker' object has no attribute 'wrapper' scheduler | Traceback (most recent call last): scheduler | File "<string>", line 1, in <module> scheduler | File "/Users/xggz/anaconda3/envs/airflow-project/lib/python3.9/multiprocessing/spawn.py", line 116, in spawn_main scheduler | exitcode = _main(fd, parent_sentinel) scheduler | File "/Users/xggz/anaconda3/envs/airflow-project/lib/python3.9/multiprocessing/spawn.py", line 126, in _main ### What you think should happen instead? _No response_ ### How to reproduce Set up Airflow with LocalExecutor in the configuration. Start the scheduler using the airflow scheduler command. Observe the scheduler failing to run and the above error being thrown. ### Operating System macos intel ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
