我正在尝试寻找一些安装 apache-airflow 的帮助。
我使用的是 MacOS 10.15.7,Python 版本 3.8.2,并且不断收到错误:
错误:无法为使用 PEP 517 的 setproctitle 构建轮子,并且无法直接安装
我尝试过使用早期版本的 pip 和 python,但没有成功。
有谁知道在这种情况下我能做什么?我已经查看了这些搜索词出现的所有堆栈溢出问题,但到目前为止没有一个提供适合我的解决方案。
任何帮助将非常感激。
>$ pip install apache-airflow
Collecting apache-airflow
Using cached apache_airflow-2.0.1-py3-none-any.whl (4.5 MB)
Requirement already satisfied: pyjwt<2 in ./airflow-venv/lib/python3.8/site-packages (from apache-airflow) (1.7.1)
Collecting flask-caching<2.0.0,>=1.5.0
Using cached Flask_Caching-1.9.0-py2.py3-none-any.whl (33 kB)
Requirement already satisfied: jinja2<2.12.0,>=2.10.1 in ./airflow-venv/lib/python3.8/site-packages (from apache-airflow) (2.10.3)
Requirement already satisfied: iso8601>=0.1.12 in ./airflow-venv/lib/python3.8/site-packages (from apache-airflow) (0.1.12)
Requirement already satisfied: cryptography>=0.9.3 in ./airflow-venv/lib/python3.8/site-packages (from apache-airflow) (3.4.6)
Requirement already satisfied: colorlog>=4.0.2 in ./airflow-venv/lib/python3.8/site-packages …Run Code Online (Sandbox Code Playgroud)