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 23:41:44 UTC

[GitHub] [beam] tvalentyn commented on issue #22218: Installation of apache-beam[gcp] in a clean environment gets stuck in pip's dependency resolver.

tvalentyn commented on issue #22218:
URL: https://github.com/apache/beam/issues/22218#issuecomment-1182601148

   As a workaround, users can give pip some hints for which dependencies to install to satisfy the constraints. Currently, the below commands suffice:
   
   ```
   pip install google-api-core==1.31.6
   pip install google-cloud-pubsub==2.13.1
   google-cloud-bigquery-storage==2.13.2
   pip install apache-beam[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

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