Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
2k views

Error while generating grpc files (--grpc_out: protoc-gen-grpc: Plugin failed with status code 1.)

I’m trying to run the following command to generate grpc files: protoc --proto_path=$PROTO_PATH --plugin=protoc-gen-grpc=$PLUGIN_GRPC --grpc_out=$OUT/grpc $PROTO_FILES This results in the following ...
juuubbb's user avatar
  • 179
3 votes
1 answer
651 views

Error finding custom protobuf plugin

When I try to generate code from .proto files using plugins I've downloaded, it works. For example, using the following works: protoc --python_out=. --plugin=protoc-gen-python=$GOPATH/bin/protoc-gen-...
staleMilk's user avatar
  • 111