KevinGG commented on issue #23599:
URL: https://github.com/apache/beam/issues/23599#issuecomment-1278277235
> ContextualVersionConflict: (protobuf 3.17.3
(/usr/local/lib/python3.7/dist-packages),
Requirement.parse('protobuf<5.0.0dev,>=3.19.0'), {'proto-plus'})
dataproc and apache-beam both use the same protobuf-plus dep that
transitively apply the same protobuf version range.
The raised version conflict is probably irrelevant because the final
protobuf installed is 3.20.3.
3.19.0 should suffice all deps' version ranges, don't know why pip picked
3.20.3 in the end.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]