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