gRPCClient.jl icon indicating copy to clipboard operation
gRPCClient.jl copied to clipboard

Access Denied on Windows

Open IanET opened this issue 3 years ago • 0 comments

Testing a trivial ("Greater") sample on Windows ie gRPCClient.generate("greeter.proto") produces:

--julia_out: protoc-gen-julia: Access is denied.

It seems this is due to protoc-gen-julia_win.bat being read-only. The version of ProtoBuf used is "outdated" so perhaps this is fixed in a newer version?

The workaround, making the bat file executable worked for me.

IanET avatar Oct 09 '22 02:10 IanET