You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/12/13 07:00:42 UTC

[GitHub] eran-levy opened a new pull request #4312: AIRFLOW-3508: add slugify env to build.sh script

eran-levy opened a new pull request #4312: AIRFLOW-3508: add slugify env to build.sh script
URL: https://github.com/apache/incubator-airflow/pull/4312
 
 
   See AIRFLOW-3508 Jira ticket
   docker build script fails because of the existing areski/python-nvd3 dependency.
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services