wechaty / grpc

gRPC Service & Protocol Buffers for Wechaty Puppet
https://wechaty.github.io/grpc/
Apache License 2.0
25 stars 22 forks source link

puppet/event.proto:15:12: Missing numeric value for enum constant. #116

Closed huan closed 3 years ago

huan commented 3 years ago

On Ubuntu 18.04 Linux, the protoc installed by apt version is 3.0

$ protoc --version
libprotoc 3.0.0

It seems that we need to use protoc >= 3.5, according to https://github.com/protocolbuffers/protobuf/issues/4010#issuecomment-350118045

Upgrade Ubuntu to 20 to solve this problem: it will install the protoc with version 3.6.