【发布时间】:2020-12-13 22:43:10
【问题描述】:
当我运行pip3 install apache-airflow(我使用brew install python首先在本地安装最新版本的Python)时,我在为psutil和setproctitle构建轮子时遇到了一些错误,结尾如下:
ERROR: Could not build wheels for setproctitle which use PEP 517 and cannot be installed directly
使用the note on the start page 中指示的--use-deprecated legacy-resolver 运行命令具有相同的结果。
我还缺少什么会阻止在我的机器上成功安装 Airflow?
【问题讨论】:
-
你安装的是哪个版本?
标签: python airflow macos-big-sur