You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "potiuk (via GitHub)" <gi...@apache.org> on 2023/03/03 17:58:22 UTC

[GitHub] [airflow] potiuk commented on issue #29890: Import error for dagfactory module

potiuk commented on issue #29890:
URL: https://github.com/apache/airflow/issues/29890#issuecomment-1453894653

   Also (regardless of whether you use dag-factory or another module) - you are not supposed to install module into running containers. This is not how containers work. You need to build your own image extend the images if you want to add extra dependencies. https://airflow.apache.org/docs/docker-stack/build.html
   
   Using containers has a learning curve and I recommend to watch some tutorials if you want to start using them as you need to treat them differently thatn local environments, so if you are not ready for tha @Narsimha1997 t, I'd say you should got the regular local virtualenv installation. 


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