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/01/11 12:39:53 UTC

[GitHub] [airflow] potiuk edited a comment on issue #13603: Airflow 2.0 - ModuleNotFoundError: No module named 'airflow.providers.http'

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


   You probably likely have Airflow installed in `--editable` mode from sources rather than packages. 
   
   You should remove the 'apache-airflow-providers*' if you install airflow in --editable mode (Though I would argue this is not the best Idea to run airflow in --editable mode in production. (Though I am kind of surprised how many people do that).
   
   You can achieve that by setting `INSTALL_PROVIDERS_FROM_SOURCES` variable to `true`
   
   This has been already addressed in #13439 in 2.0.1
   
   


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

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