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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
