Why can't I edit a decoded proto message? Serializing a message requires a proto file descriptor (*.proto file). Without this proto, we don't know how fields should be serialized. What if I have a ...
git clone --depth 1 -b dev https://github.com/Mizux/bazel-pybind11-protobuf cd bazel-pybind11-protobuf bazel build //bp11/foo/python:all ERROR: no such package ...