ImportError: Failed to import libcppyy3_7. Please check that ROOT has been built for Python 3.7

So it seems its not possible to build 6.22.02 at all on mac os currently. I get the somewhat similar errors as seen here:

Trying the solution of dropping back to 6.20.06 works, but that version does not seem to support python3. At least I could not find any way to get it to build with python3 instead of python2. Is there some way? The instructions mention setting PYTHON_EXECUTABLE:

but this made no difference in my case. cmake still tries to use python 2.7.

Cheers,

Mark