Where to find [email protected]?

522 Views Asked by At

My python gcld3 package broke recently because it is linked against libprotobuf.30.dylib and a recent homebrew update replaced this lib with a newer version.

The package [email protected] has libprotobuf.30.dylib but Homebrew disabled it.

  • Do you know where I could find libprotobuf.30.dylib?
  • If you still have it on your machine, can you please share it via a link?
1

There are 1 best solutions below

0
On

[email protected] can be installed by editing [email protected] in /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula After moving the deprecation date to the future, the formula still works fine.
But [email protected] has libprotobuf.17.dylib, so to get libprotobuf.30.dylib I had to install protobuf 3.19 from the source.

Following the steps of https://stackoverflow.com/a/23224953/1031191, and downloading protobuf 3.19.2 from https://github.com/protocolbuffers/protobuf/releases/download/v3.19.2/protobuf-all-3.19.2.tar.gz
I could successfully install the protobuf on MacOS Catalina that is compatible with gcld3==3.0.13.