MAC版Hue python版本问题Need python version 2.7 or >= 3.5".

问题遇到的现象和发生背景

使用make apps编译Hue时,报错
Error: must have python development packages for 2.6 or 2.7. Could not find Python.h.

问题相关代码,请勿粘贴截图

然后按照网上的教程
export SKIP_PYTHONDEV_CHECK=1

运行结果及报错内容

最后仍然报错

JaggerdeMacBook-Pro hue % make apps                    
"PYTHON_VER is python2.7."
"Python 2 module install of desktop/ext-py"
/usr/local/lib/hue/hue/Makefile.vars:75: *** "Error: Need python version 2.7 or >= 3.5".  Stop.
我的解答思路和尝试过的方法

已经配置好了python环境变量,并按照Hue官方教程进行安装 https://gethue.com/start-developing-hue-on-a-mac-in-a-few-minutes/

python -V
Python 3.9.9
我想要达到的结果

请问如何能正常使用呢