You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/13 07:01:00 UTC

[jira] [Commented] (AIRFLOW-3508) docker build script fails because of the existing areski/python-nvd3 dependency

    [ https://issues.apache.org/jira/browse/AIRFLOW-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16719838#comment-16719838 ] 

ASF GitHub Bot commented on AIRFLOW-3508:
-----------------------------------------

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


> 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)