gpt4 book ai didi

go - 恢复为protoc-gen-go的早期版本

转载 作者:行者123 更新时间:2023-12-03 10:11:06 30 4
gpt4 key购买 nike

我正在尝试从protobuf文件编译为golang。编译后,我在生成的pb.go中看到了这一点

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.23.0
// protoc v3.12.3
// This is a compile-time assertion that a sufficiently up-to-date version
// of the legacy proto package is being used.
const _ = proto.ProtoPackageIsVersion4
但是,以前生成的pb.go有
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
使用proto软件包的第4版时,代码会中断。如何进行编译,使其在版本3中具有ProtoPackage?

最佳答案

问题似乎出在protobuf lib的旧版本上。 ProtoPackageIsVersion3适用于1.3。*,而ProtoPackageIsVersion4适用于1.4+,您可以在此处查看更新:https://github.com/golang/protobuf/releases/tag/v1.4.0
我建议您更新到较新的版本,因为googleapis也依赖于较新的版本。参见https://developers.google.com/protocol-buffers/docs/reference/go/faq#enforce-version-apiv1
如果由于某种原因,您仍然需要使用所有版本的较旧版本,则需要版本1.3.5的protobuf,并且很可能需要手动构建proto-gen-go protoc进行匹配。您可以在此处看到类似的问题,并提供以下步骤:https://github.com/golang/protobuf/issues/1090

关于go - 恢复为protoc-gen-go的早期版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64146467/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com