无法生成proto文件

发布于 2025-01-10 18:57:52 字数 1075 浏览 0 评论 0原文

当我尝试使用 Makefile 命令生成原型文件时 - protoc --proto_path=proto proto/*.proto --go_out=gen/,我收到此错误 -

protoc-gen-go: 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

当我运行 which go 时,出现以下错误:

/usr/local/go/bin/go

which protoc 返回此 -

/usr/local/bin/protoc

这是我的 .zshrc 的样子:

export PATH="$PATH:/usr/local/mongodb/bin"
export GOROOT=/usr/local/go

我还安装了插件

$ go install google.golang.org/protobuf/cmd/[email protected]
$ go install google.golang.org/grpc/cmd/[email protected]

,否则我应该添加我的 .zshrc 以避免此错误?

When I try to generate a proto file using my Makefile command -
protoc --proto_path=proto proto/*.proto --go_out=gen/, I get this error -

protoc-gen-go: 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

When I run which go, I have this:

/usr/local/go/bin/go

which protoc returns this -

/usr/local/bin/protoc

Here is how my .zshrc looks like:

export PATH="$PATH:/usr/local/mongodb/bin"
export GOROOT=/usr/local/go

I have also installed the plugins

$ go install google.golang.org/protobuf/cmd/[email protected]
$ go install google.golang.org/grpc/cmd/[email protected]

Please else should I add my .zshrc to avoid this error?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青丝拂面 2025-01-17 18:57:52

我建议你使用 buf 替换 protoc,buf 更稳定且易于使用,不会出现奇怪的问题。

I suggest you use buf replace protoc, buf is more stable and easy to use without odd issues.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文