Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache Airflow module broken on Ubuntu 24.04 #351

Open
DataOps7 opened this issue Nov 24, 2024 · 3 comments
Open

Apache Airflow module broken on Ubuntu 24.04 #351

DataOps7 opened this issue Nov 24, 2024 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@DataOps7
Copy link

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.

@coder-labeler coder-labeler bot added the help wanted Extra attention is needed label Nov 24, 2024
@matifali
Copy link
Member

Thank you @DataOps7 for reporting the issue. Would you like to submit a PR to fix the issue and add Ubuntu 24.04 compatibility?

cc: @nataindata as you are the original author.

@DataOps7
Copy link
Author

DataOps7 commented Nov 27, 2024

I have a solution which uses the uv tool, as it's much much faster than pipx.
But it requires users to install uv on the machine running the script, for us it's easy as we're using Docker.

Would you want me to add that?
Maybe with a fallback to pipx if uv is not available.

@matifali
Copy link
Member

Maybe with a fallback to pipx if uv is not available.

Yes go with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants