tvalentyn commented on code in PR #37822:
URL: https://github.com/apache/beam/pull/37822#discussion_r2932549790
##########
sdks/python/setup.py:
##########
@@ -542,6 +540,7 @@ def get_portability_package_data():
# hard requirement in setup.py.
'dill',
'tensorflow-transform',
+ 'protobuf<4; python_version<"3.11"',
Review Comment:
Yaml suite now fails with a different error. It might be that stubs built
with protobuf 6 are not compatible with protobuf 3.
We might have to figure out what in tftransform & friends requires
downgrading protobuf...
--
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]