What runtime / compiler are you using (e.g., python version or gcc version) python and/or cpp What did you do? Steps to reproduce the behavior: Run this bash script. Note that it require pyenv to be installed, along with Python versions 3.7.2. #!/bin/bash export PROTOCOL_BUFFERS_P...
However, there is no such problem with cpp message implementation. What did you expect to seeIn [1]: from rpc.network.network_pb2 import * ...: from rpc.network.route_pb2 import * ...: GetDefaultGatewayResponse(route=Route()) Out[1]: route { } ...