You need to setup protoc plugin path at windows $PATH. After that you need 
to run commands to generate stubs. Pls refer this link: 

https://gist.github.com/akkida746/e813a015da358cfee27850d6f65a9de6

On Wednesday, June 15, 2016 at 11:07:27 AM UTC+5:30, Parveen Kumar wrote:
>
> Hi All,
>
> I am new to gRPC. I was going through installation steps. I have golang 
> installed 1.5v and i have installed installed protoc and protoc-gen-go.
>
> go get -u github.com/golang/protobuf/protoc-gen-go
> go get -u github.com/golang/protobuf/proto
>
>
> i have also downloaded c++ protoc binary in c:\protoc\.
>
> i created a proto file in c:\test\example dir with name person.proto. 
>
> when i run below commad. it is giving error:
> C:\protoc>protoc -I=\test\example --go_out=\test\example 
> \test\example\person.proto
>
> that 
> --go_out: protoc-gen-go: The system cannot find the file specified.
>
> but if i replace go_out with cpp_out it is working fine.
>
> Please suggest if i missing something here.
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/d2331a4e-0a5d-40df-893d-886a7938b90d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to