Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: set
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
By default, the _pb2 module will try using the locally installed protobuf library which may be in conflict with the version being compiled. By setting this envvar to `python`, we force the protobuf python wrapper to parse the structs purely in python which is much slower, but will work cross workstations with different protobof libraries
- Loading branch information