Pip 在mac virtualenv上安装气流:无法为使用PEP 517且无法直接安装的熊猫构建轮子

Pip 在mac virtualenv上安装气流:无法为使用PEP 517且无法直接安装的熊猫构建轮子,pip,python-wheel,pep517,Pip,Python Wheel,Pep517,在虚拟环境中,我尝试安装apache airflow。 马科斯:10.13.6 Python:3.9 (airflow_venv) $ sudo -H pip install apache-airflow==1.10.12 --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt 在安装了相当多的其他轮子之后,对于熊猫,我得到了以下错

在虚拟环境中,我尝试安装apache airflow。 马科斯:10.13.6 Python:3.9

(airflow_venv) $ sudo -H pip install  apache-airflow==1.10.12  --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt
在安装了相当多的其他轮子之后,对于熊猫,我得到了以下错误-

ERROR: Could not build wheels for pandas which use PEP 517 and cannot be installed directly

我已尝试更新wheel和pip。

更改为python3.8,python3.9存在一些兼容性问题