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/11 17:02:46 UTC

[GitHub] [beam] Abacn commented on issue #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied

Abacn commented on issue #22204:
URL: https://github.com/apache/beam/issues/22204#issuecomment-1180651554

   Per #22218 this also affects released version installation. An workaround is to install google-cloud-bigquery-storage<2.14 prior to installing apache-beam. For docker file, e.g.
   ```
   RUN pip install google-cloud-bigquery-storage==2.13.0
   RUN pip install apache-beam[gcp]==2.40.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