-
I tried to install Airflow on RedHat with the ppc64le architecture but encountered some errors. Could you confirm if Airflow installation is supported on the ppc64le architecture? Steps:
Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Airflow it'self is pure-python. It is not bound to specific architecture. But we have 90+ integrations and 700+ dependencies if you want to install everything, and for sure some of the deps might be difficult to install ppc64. If you look at our reference container implementation and support https://airflow.apache.org/docs/docker-stack/index.html#support aiflow is only tested on AMD and has experimental support for ARM (we do not recommend ARM for production but it's good for development). |
Beta Was this translation helpful? Give feedback.
-
And no- we have absolutely no plans to even build image and support ppc64 even for development. If you have some reasons why we might want to support it and some data to back it, raising a discussion thread on the devlist with all the reasoning and justification is the right way to start discussing it as it is a huge change in our development and CI pipelines. |
Beta Was this translation helpful? Give feedback.
-
Hi @potiuk |
Beta Was this translation helpful? Give feedback.
Airflow it'self is pure-python. It is not bound to specific architecture. But we have 90+ integrations and 700+ dependencies if you want to install everything, and for sure some of the deps might be difficult to install ppc64.
If you look at our reference container implementation and support https://airflow.apache.org/docs/docker-stack/index.html#support aiflow is only tested on AMD and has experimental support for ARM (we do not recommend ARM for production but it's good for development).