Hi all,
I’m trying to install ROOT on my Mac (OS Monterey 12.1) using Homebrew. I have the BASH shell enabled. However, I get the following error when I try to run “brew install root”:
FormulaUnavailableError: No available formula with the name “/usr/local/opt/python@2/.brew/python@2.rb”.
When I try to install the python@2 package, it also fails, giving me:
Warning: No available formula with the name “python@2.rb”. Did you mean python@3.9, python@3.8, python@3.7 or python@3.10?
What can I do here? I would prefer to use Home-brew for my installation, is there a fix for this?
Thank you.