jscheffl commented on PR #36537:
URL: https://github.com/apache/airflow/pull/36537#issuecomment-1881966242
> Mhm, even after comments I miserably fail as a "naive" developer making a
test run when calling just `pip install -e .` and then trying to call `airflow
standalone` with missing dependencies - I need to call `pip install -e .[fab]`
which will not be obvious for most users. I am not sure whether this is rooted
in migration to hatch or is a general issue since the extraction of FAB to a
provider package?
...uuups, just made a regression on main and even there we have a problem.
w/o fab provider airflow is not starting at all. even worse, here adding fab
via `pip install -e .[fab]` fails miserable in a cyclic version dependency?!?!
```
ERROR: Cannot install apache-airflow and apache-airflow[fab]==2.9.0.dev0
because these package versions have conflicting dependencies.
The conflict is caused by:
apache-airflow[fab] 2.9.0.dev0 depends on apache-airflow 2.9.0.dev0
(from /home/jscheffl/Workspace/airflow)
apache-airflow-providers-fab 1.0.0 depends on apache-airflow>=2.9.0
```
--
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]