hafid-d edited a comment on issue #8177:
URL: https://github.com/apache/airflow/issues/8177#issuecomment-909380369


   To give you a bit of context I am trying to use this 
PythonVirtualenvOperator as I am facing the following issue when running on of 
my task : `AssertionError: daemonic processes are not allowed to have children` 
from a package that uses multiprocessing. 
   
   EDIT: I managed to make it work setting 
execute_tasks_new_python_interpreter=True in the airflow config but I wanted to 
isolate and use a new python interpreter only for a specific task and not for 
all of my tasks.


-- 
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]


Reply via email to