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

   > As a temporary fix Ive had to use `poetry` instead of `pip` and it works 
fine. Would like to know why the dep tree for this using `pip` forces the 
installation of `google-api-core 2.8.2` which I can see has removed the extra 
`grpcgcp` in [this pull request of latest 
version](https://github.com/googleapis/python-api-core/pull/401)
   
   For released versions, a workaround could be manually install 
google-cloud-bigquery-storage<2.14 prior installing apache beam:
   
   ```
   RUN pip install google-cloud-bigquery-storage==2.13.0
   RUN pip install apache-beam[gcp]==2.38.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to