You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The new versions of protoc-gen-go don't support grpc plugins and have some changes which makes your repo not work. I have an issue regarding this problem here too.
Have you done this recently?
Thanks,
Hamed
The text was updated successfully, but these errors were encountered:
Thanks for the response.
For protoc-gen-go if I install google.golang.org/protobuf@v1.23.0, it doesn't support the grpc plugin which I should install protoc-gen-go-grpc as well which then I encounter this error:
--go_out: protoc-gen-go: plugins are not supported; use 'protoc --go-grpc_out=...' to generate gRPC
I then switched to github.com/golang/protobuf@v1.4.2 but when I want to install the protoc-gen-go package from this module, for some weird reason it downloads google.golang.org/protobuf@v1.26.0 which again raises the same error!
So what I did was I ran go get -u github.com/golang/protobuf@v1.4.2 and NOTgo get -u github.com/golang/protobuf/protoc-gen-go@v1.4.2 and then manually build the protoc-gen-go package.
Now it builds successfully and I'm trying to call my model from the tf serving grpc endpoint.
If this is successful, I would let you know and close the issue.
Hi,
The new versions of protoc-gen-go don't support grpc plugins and have some changes which makes your repo not work. I have an issue regarding this problem here too.
Have you done this recently?
Thanks,
Hamed
The text was updated successfully, but these errors were encountered: