You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/12 14:19:53 UTC

[GitHub] [beam] Abacn commented on issue #22208: [Task]: Allow google-cloud-core 2

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org