-
With a fresh install of airflow 2.0, with no dags, when starting up webserver you are bombarded with warnings about import errors. For example:
The full list is much longer. And it repeats over and over again. This does not seem desirable. @potiuk you have any thoughts? Interestingly, not an issue with scheduler. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
That is an interesting one. How did you install airflow on the webserver? How did you install provider packages there? Was it from sources or PIP packages? Or maybe some local, modified version of airflow? That could happen in case you installed providers without dependencies or installed airlfow from sources but without adding [extras] when installing it. |
Beta Was this translation helpful? Give feedback.
-
ok yeah you're right i was mistaken... i thought it was vanilla install but in actuality it was some screwy image i built cancel that :) thanks |
Beta Was this translation helpful? Give feedback.
-
Actually - I found it :) https://stackoverflow.com/questions/51292333/how-to-tell-from-setup-py-if-the-module-is-being-installed-in-editable-mode |
Beta Was this translation helpful? Give feedback.
-
Will be solved in #13439 |
Beta Was this translation helpful? Give feedback.
That is an interesting one. How did you install airflow on the webserver? How did you install provider packages there?
Was it from sources or PIP packages? Or maybe some local, modified version of airflow? That could happen in case you installed providers without dependencies or installed airlfow from sources but without adding [extras] when installing it.