Abacn commented on issue #22208:
URL: https://github.com/apache/beam/issues/22208#issuecomment-1181820708
Another similar burden we have in setup.py is
google-cloud-recommendations-ai<=0.2.0:
```
google-cloud-recommendations-ai 0.2.0 requires
google-api-core[grpc]<2.0.0dev,>=1.22.2, but you'll have google-api-core 2.8.2
which is incompatible.
```
Another note: pypi resolving suffers backtracking issue. Using `
--use-deprecated=legacy-resolver` would see the conflict more clearly
(https://stackoverflow.com/questions/65122957/resolving-new-pip-backtracking-runtime-issue)
--
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]