eran-levy edited a comment on issue #4312: AIRFLOW-3508: add slugify env to 
build.sh script
URL: 
https://github.com/apache/incubator-airflow/pull/4312#issuecomment-447202253
 
 
   @ashb 
   the kube tests are running fine because in travis this slugify env variable 
is set, see logs:
   _Setting environment variables from .travis.yml
   $ export DOCKER_COMPOSE_VERSION=1.20.0
   $ export SLUGIFY_USES_TEXT_UNIDECODE=yes_
   ...
   Anyway, as I said before, in order to run airflow on minikube its needed to 
execute the build.sh script as described in the following:
   https://github.com/apache/incubator-airflow/tree/master/scripts/ci/kubernetes
   
   see in the script, its executing the following command: 
   python setup.py sdist -q
   which fails with the following error: "By default one of Airflow's 
dependencies installs a GPL dependency (unidecode). To avoid this..." - it 
happens because this env variable not set 
    

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to