potiuk commented on PR #30655: URL: https://github.com/apache/airflow/pull/30655#issuecomment-1518694053
Generally `pip install -e` should also include provider packages if you use INSTALL_PROVIDERS_FROM_SOURCES (see https://github.com/potiuk/airflow/blob/main/INSTALL) for example. And Any IDE will work fine wiht Providers automatically as they are part of the sources. There is a bug about some problems with latest pip versions #30764 so it **might** not work for all cases or you might need to use older pip version. Also you can use `breeze` environment if you want to use containerized environment - this is the same as used in CI. All the options of setting up the env are also well described in CONTRIBUTING docs. -- 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]
