In this PR: https://github.com/geldata/gel/pull/8573 ... I added `brew install sentencepiece protobuf` to fix builds on MacOS. The theory on why that broke is that these were installed in the GH worker before, but were recently removed. The proper fix is to make a meta-pkg package for them, hence this issue.