Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client: set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python #363

Closed
wants to merge 1 commit into from

Conversation

doronz88
Copy link
Owner

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

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
@doronz88 doronz88 force-pushed the bugfix/use-python-parsing-for-protobuf branch from 8e01050 to 1a2c8dd Compare October 14, 2024 13:11
@doronz88 doronz88 closed this Oct 14, 2024
@doronz88 doronz88 reopened this Oct 14, 2024
@doronz88 doronz88 closed this Oct 14, 2024
@doronz88 doronz88 deleted the bugfix/use-python-parsing-for-protobuf branch October 14, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant