ROOT on MacOS Catalina

I have a problem installing root with hombrew after upgrading macOS on Catalina
I have this error when I tried brew install root:
Error: No available formula or cask with the name "root"


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


I suppose a Mac user (@couet ?) can help you

I am not using brew myself. I am trying now.

I works for me …

I was able to solve it,
I needed to run brew doctor
this will report if there is a problem with brew to be solved
in my case I had: Warning: Broken symlinks were found and Warning: You have uncommitted modifications to Homebrew/homebrew-core
so I solved them with brew cleanup
and cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core && git stash && git clean -d -f
then when I run brew install root it works
Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.