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

[Documentation] Google Protobuf Implementation #13

Open
CSSFrancis opened this issue Jan 22, 2025 · 0 comments
Open

[Documentation] Google Protobuf Implementation #13

CSSFrancis opened this issue Jan 22, 2025 · 0 comments

Comments

@CSSFrancis
Copy link
Member

For older versions of python Google protobuf might not work properly. The way to get it to work is to fall back on to the python implementation. by setting the environmental variable.

export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = python

See https://github.com/protocolbuffers/protobuf/blob/main/python/README.md#implementation-backends for more information.

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

No branches or pull requests

1 participant