You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: