Eran Levy created AIRFLOW-3508:
----------------------------------
Summary: 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
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)