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/08 20:16:40 UTC

[GitHub] [beam] Abacn opened a new issue, #22204: [Bug]: Python builds fail with "Cannot pip install google-api-core[grpc,grpcgcp]"

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

   ### What happened?
   
   Python jenkin jobs that requires install apache-beam[gcp] all fail.
   
   ### Issue Priority
   
   Priority: 0
   
   ### Issue Component
   
   Component: build-system


-- 
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] robertwb closed issue #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied

Posted by GitBox <gi...@apache.org>.
robertwb closed issue #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied
URL: https://github.com/apache/beam/issues/22204


-- 
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 #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied

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

   Let's use https://github.com/apache/beam/issues/22218 for further tracking which now has more discussion and workarounds.


-- 
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 #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied

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

   Needs reopen because the rollout of google-cloud-pubsub 2.13.2 triggered the exactly same problem


-- 
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] robertwb commented on issue #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied

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

   How severe is this? Do we need a point release? Or will this be solved by upstream updates (that are hopefully in progress)? 


-- 
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 #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied

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


[GitHub] [beam] Abacn commented on issue #22204: [Bug]: Python builds fail with "Cannot pip install google-api-core[grpc,grpcgcp]"

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

   There is another dep error coming from atomicwrites, also fixing it in this 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 #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied

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

   Let's use https://github.com/apache/beam/issues/22218 for further tracking which now has more discussion and workarounds.


-- 
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 #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied

Posted by GitBox <gi...@apache.org>.
tvalentyn closed issue #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied
URL: https://github.com/apache/beam/issues/22204


-- 
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 #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied

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

   > So, pretty much anyone who does `pip install apache-beam[gcp]` will encounter a failure?
   
   Yes, if their environment does not have compatible google-clout-* client packages already installed.
   THen pypi will try to install these deps and go endless backtracking


-- 
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 #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied

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

   > How severe is this? Do we need a point release? Or will this be solved by upstream updates (that are hopefully in progress)?
   
   It affects all released versions. Per https://github.com/apache/beam/issues/22218#issuecomment-1180807519 "currently causing fairly severe issues". 
   
   imo this should be resolved upstream. We can only provide workaround for installation (manually install some sub-latest deps before pypi install apache-beam). The dep requirements itself does not have problems, but due to and upstream client lib bumping api-core major version in there patch release we unfortunately hit a pypi resolving issue/bug


-- 
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] robertwb commented on issue #22204: [Bug]: Python builds fail with google-api-core dep version cannot be satisfied

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

   So, pretty much anyone who does `pip install apache-beam[gcp]` will encounter a failure? 


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