美文网首页
RuntimeError: By default one of

RuntimeError: By default one of

作者: 0bbe943b8a86 | 来源:发表于2018-12-23 03:10 被阅读0次

今天安装Apache-airflow的时候遇到了一点问题,最后解决的,希望可以帮到遇到同样问题的人。
我用的pip命令
pip install apache-airflow
错误是
RuntimeError: By default one of Airflow's dependencies installs a GPL dependency (unidecode)

Command "python setup.py egg_info" failed with error code 1
解决方法是
pip install --upgrade setuptools
export AIRFLOW_GPL_UNIDECODE=yes
pip install apache-airflow

相关文章

网友评论

      本文标题:RuntimeError: By default one of

      本文链接:https://www.haomeiwen.com/subject/avrgkqtx.html