Replies: 3 comments 2 replies
-
You can include protobuf well known types in your protobuf installation and then rebuild the project. The substrait crate requires these types. Similar issue: #4381 |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you're using Debian/Ubuntu, try: sudo apt install -y libprotobuf-dev Otherwise try (suppose you're on x86_64 platform): curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip && unzip protoc-3.15.8-linux-x86_64.zip -d /usr/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, got the protobuf error resolved, however a different error occurs:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
greptime.log
Beta Was this translation helpful? Give feedback.
All reactions