Error installing homebrew #4940
Replies: 4 comments 5 replies
-
Could you report this to the install repo? I think more people can help there |
Beta Was this translation helpful? Give feedback.
-
Have a same problem. |
Beta Was this translation helpful? Give feedback.
-
Same problem here: all my builds under CI are failing because of sorbet-runtime |
Beta Was this translation helpful? Give feedback.
-
I had this issue and the cause was the first install didn't go well. The solution is to run the uninstall script:
I also removed all the folders related to brew: Then reinstall again using:
|
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Can't install, so no `brew config`
Output of
brew doctor
Can't install, so no `brew doctor`
Description of issue
I'm getting this error trying to install homebrew:
OS version:
macOS Sonoma 14.1.1 (23B81)
Dunno if this is rele
I tried to just
sudo gem install sorbet-runtime
and that fails:And finally this succeeds:
But then when I run the brew script again I get the same
cannot load such file -- sorbet-runtime (LoadError)
, so it's apparently not using the system gems even if they are present.So... figuring I need a newer ruby, I went to install ruby 3 and I can't seem to get
ruby-install
to work because it needsxzcat
and I don't havebrew
to install that... so... Now I'm on a journey to download and compile that.Beta Was this translation helpful? Give feedback.
All reactions