OSX Mojave + ROOT v6-20-06 + Python 3

Have you tried brew install root? That will give you 6.20.04. Just remember that you may have to export PYTHONPATH=$(root-config --libdir) to be able to call import ROOT and make sure to use Homebrew’s Python.

1 Like