You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/19 12:05:22 UTC

[GitHub] [airflow] potiuk edited a comment on issue #19701: Cuda Spawn process error

potiuk edited a comment on issue #19701:
URL: https://github.com/apache/airflow/issues/19701#issuecomment-974013673


   > But this would change the behaviour for the entire airflow and for every python process. There should be a better solution. I believe that this issue should be discussed and a better solution to be found. It should be possible to activate the spawn process using the multiprocessing package!
   
   This is entirely possible even today. You are completely free to run a PythonVirtualenv operator https://airflow.apache.org/docs/apache-airflow/stable/howto/operator/python.html#pythonvirtualenvoperator and run your code in it.
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org