Apache Airflow module broken on Ubuntu 24.04
Open
help wanted
- Dominant language
- HCL
- Stars
- 79
- Forks
- 161
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 38
Description
The module's `run.sh` script uses pip to install a globally available package which is disabled on Ubuntu 24.04.
The new Ubuntu requires all packages to be installed in their own virtual environment which can be done via `pipx` or `uv tool`.
Contributor guide
Assessment
This issue has not been assessed yet.