aIbrahiim commented on PR #37685:
URL: https://github.com/apache/beam/pull/37685#issuecomment-3961469212
Hello @tvalentyn this is my updates so far, I tried multiple approaches to
fix the installGcpTest but none fully resolved the workflow issue an heres a
summary of what i have attempted and the results:
Removed global --pre so pip wouldnt consider pre releases for the entire
dependency graph but the failure mode shifted but the workflow still failed due
to other resolver/install issues (e.g., onnx, constraints) dropped since it
didnt fix the overall bug
Fixed constraints path using project.project(":sdks:python").projectDir so
constraints.txt was correctly located and passed to pip workflow still
cancelled after ~53 minutes with the same googleapis_common_protos backtracking
pattern
Reapplied and revalidated the constraints path + -c usage; still not
sufficient to stop the hanging.
Removed global --pre from installGcpTest in BeamModulePlugin.groovy,
workflow still failed in installGcpTest.
Added bounded versions for high branching ml_test dependencies
(tensorflow-transform, namex, optree) to reduce resolver backtracking but
workflow still failed.
Added bounds for onnx and tf2onnx (onnx>=1.14.0,<2.0.0,
tf2onnx>=1.16.1,<1.17.0) to avoid old sdist/source builds requiring cmake but
didnt work neither.
so what would you suggest? @tvalentyn
--
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]