[
https://issues.apache.org/jira/browse/AIRFLOW-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on AIRFLOW-3508 started by Eran Levy.
------------------------------------------
> docker build script fails because of the existing areski/python-nvd3
> dependency
> -------------------------------------------------------------------------------
>
> Key: AIRFLOW-3508
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3508
> Project: Apache Airflow
> Issue Type: Bug
> Components: ci
> Affects Versions: 1.10.1
> Reporter: Eran Levy
> Assignee: Eran Levy
> Priority: Major
>
> incubator-airflow/scripts/ci/kubernetes/docker/build.sh fails to start setup
> because of the existing areski/python-nvd3 dependency that requires
> python-slugify which installs *unidecode* (GPL) for its decoding needs.
> The
> python setup.py sdist -q fails with the following error:
> "By default one of Airflow's dependencies installs a GPL dependency
> (unidecode). To avoid this..."
> Many experience the same issue, so its better to avoid it by adding
> SLUGIFY_USES_TEXT_UNIDECODE=yes env to install and use text-unidecode
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)