GitHub user potiuk added a comment to the discussion: Install airflow on ppc64le redhat
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). GitHub link: https://github.com/apache/airflow/discussions/48601#discussioncomment-12687689 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
