When I run pip3 install apache-airflow
(I used brew install python
to install the latest version of Python locally first), I get a number of errors while building wheels for psutil and setproctitle ending with the following:
ERROR: Could not build wheels for setproctitle which use PEP 517 and cannot be installed directly
Running the command with the --use-deprecated legacy-resolver
indicated in the note on the start page has the same result.
What else am I missing that is preventing a successful install on Airflow on my machine?