使用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
请问如何能正常使用呢