homebrew-grpc icon indicating copy to clipboard operation
homebrew-grpc copied to clipboard

gRPC formulae repo for Homebrew

Results 18 homebrew-grpc issues
Sort by recently updated
recently updated
newest added

It appears these formulae haven't been updated in a while, and that Homebrew core now has a newer gRPC formula (https://github.com/Homebrew/homebrew-core/blob/master/Formula/grpc.rb). Perhaps a warning to that effect would be in...

Attempting to install on OS X El Capitan (10.11.5) via `curl -fsSL https://goo.gl/getgrpc | bash -`. Getting the errors: `checking zlib version... ok (1.2.0.4 or later)` `checking for library containing...

``` $ brew install --with-plugins grpc Warning: grpc: this formula has no --with-plugins option so it will be ignored! ``` The README has `--with-plugins` on instructions - not sure if...

hi , when I run this "curl -fsSL https://goo.gl/getgrpc | bash -" it shows an error Error: Formulae found in multiple taps: * grpc/grpc/google-protobuf * qadium/grpc/google-protobuf what should I do...

I got the following warning message when running `brew update` ```sh Warning: Calling fails_with :llvm is deprecated! There is no replacement. /usr/local/Homebrew/Library/Taps/grpc/homebrew-grpc/Formula/google-protobuf.rb:25:in `' Please report this to the grpc/grpc tap!...

``` brew install grpc collect2: fatal error: ld terminated with signal 11 [Segmentation fault] compilation terminated. brew/bin/ld: /tmp/grpc-20170703-35063-1r0qmbs/grpc-1.4.1/libs/opt/libgpr.a(basic_timers.o): bad reloc symbol index (0x6d69745f >= 0x12) for offset 0x0 in section...

`The formulae will be maintained here rather than adding them to the homebrew or linuxbrew repos until gRPC and protobuf 3.0 are generally available, i.e, gRPC reaches 1.0 and protobuf...

[Flatbuffers](https://github.com/google/flatbuffers) is also supported with grpc, it would be great if a homebrew script could be added for setting it up with grpc flatbuffers integration working

hmm. I installed my grpc with $ brew tap grpc $ brew install grpc/grpc Then I tried to install grpc python with $ sudo pip install virtualenv $ virtualenv venv...