当我编译我的原型文件时,我收到此错误:
protoc-gen-go-grpc: program not found or is not executable
Please specify a program using absolute path or make sure the program is available in your PATH system variable
\--go-grpc_out: protoc-gen-go-grpc: Plugin failed with status code 1.
Run Code Online (Sandbox Code Playgroud)
我正在使用这些版本:
| 二进制 | 版本 |
|---|---|
| 原型-gen-go | v1.25.0-开发 |
| 协议 | v3.12.4 |
我尝试编译这个原型文件:
protoc-gen-go-grpc: program not found or is not executable
Please specify a program using absolute path or make sure the program is available in your PATH system variable
\--go-grpc_out: protoc-gen-go-grpc: Plugin failed with status code 1.
Run Code Online (Sandbox Code Playgroud)
我使用了这个命令: …