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/09 00:53:18 UTC

[GitHub] [beam] Abacn opened a new issue, #22208: [Task]: Allow google-cloud-core 2

Abacn opened a new issue, #22208:
URL: https://github.com/apache/beam/issues/22208

   ### What needs to happen?
   
   Follow up of #22204
   
   A recent update of google-cloud-bigquery-storage bumps google-api-core >= 2.8.0 which breaks beam depency of 'google-cloud-core>=0.28.1,<2':
   ```
   google-cloud-core 1.7.2 requires google-api-core<2.0.0dev,>=1.21.0, but you'll have google-api-core 2.8.2 which is incompatible.
   ```
   The task also includes unblock the constraint of max version of google-cloud-bigquery-storage
   
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: io-py-gcp


-- 
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.apache.org

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


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

Posted by GitBox <gi...@apache.org>.
johnjcasey commented on issue #22208:
URL: https://github.com/apache/beam/issues/22208#issuecomment-1181816233

   .take-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


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

Posted by GitBox <gi...@apache.org>.
tvalentyn commented on issue #22208:
URL: https://github.com/apache/beam/issues/22208#issuecomment-1185031490

   Opened https://github.com/apache/beam/issues/22287


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


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

Posted by GitBox <gi...@apache.org>.
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


[GitHub] [beam] tvalentyn closed issue #22208: [Task]: Allow google-cloud-core 2

Posted by GitBox <gi...@apache.org>.
tvalentyn closed issue #22208: [Task]: Allow google-cloud-core 2
URL: https://github.com/apache/beam/issues/22208


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


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

Posted by GitBox <gi...@apache.org>.
tvalentyn commented on issue #22208:
URL: https://github.com/apache/beam/issues/22208#issuecomment-1182598832

   To make things works, google-cloud-recommendations-ai<=0.2.0 is specified incorrectly, should have been `<0.2.0` or `<0.3.0`
   
   


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