Closed as not planned
Description
I am upgrading rules_python 0.38.0 to 1.4.1, which implicitly upgraded protobuf to [email protected].
Our Python codes use tensorflow 2.15 which has a dependency on the old protobuf 3.2x, as listed in the requirements.txt
Now python bazel test fails with
ImportError: cannot import name 'runtime_version' from 'google.protobuf'
Can we make python use the old protobuf package from requirements.txt while letting MODULE.bazel to have a newer protobuf version? If this is not possible, is there a workaround or can we make it a feature request?
Metadata
Metadata
Assignees
Labels
No labels