aIbrahiim commented on issue #38780:
URL: https://github.com/apache/beam/issues/38780#issuecomment-5423073170

   the workflow is failing because tfx_bsl==1.21.0 pulls apache-beam[gcp] from 
PyPI, and after PR #39820, so pip can no longer keep our local Beam dev SDK 
version so the job is submitted with 2.77.0.dev, but workers end up with 
2.75.0, and then Beam throws the environment mismatch error
   I tried to put --no-deps in requirements.txt but it failed because this pip 
version does not accept that option inside requirements file.
   then I used -c constraints.txt and forced Beam version but it also failed 
with ResolutionImpossible (protobuf conflict between TFX/TensorFlow stack and 
older google-api-core constraints)
   cc: @damccorm  @Abacn  @mutianf 


-- 
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]

Reply via email to