You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "sehoffmann (via GitHub)" <gi...@apache.org> on 2024/04/01 09:50:02 UTC

[I] [Bug]: Install fails with Python3.12 due to old grpcio-tools version [beam]

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

   ### What happened?
   
   Installing `grpcio-tools==1.53.0` (listed in https://github.com/apache/beam/blob/master/sdks/python/pyproject.toml) fails with Python3.12. See this related issue  https://github.com/grpc/grpc/issues/33063 in the grpc project. As a result, it is impossible to install `apache-beam` on Python3.12.
   
   *Solution*: Upgrade to a more recent version of `grpcio-tools`  which has this bug fixed by now.
   
   ### Issue Priority
   
   Priority: 1 (data loss / total loss of function)
   
   ### Issue Components
   
   - [X] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam YAML
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


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


Re: [I] [Bug]: Install fails with Python3.12 due to old grpcio-tools version [beam]

Posted by "sehoffmann (via GitHub)" <gi...@apache.org>.
sehoffmann commented on issue #30820:
URL: https://github.com/apache/beam/issues/30820#issuecomment-2029509705

   *More infomation:* 
   * The project installs successfully when using `pip install --no-build-isolation apache-beam`.
   * Executing `pip install grpcio-tools==1.53.0` fails, whereas `pip install grpcio-tools` works


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


Re: [I] [Bug]: Install fails with Python3.12 due to old grpcio-tools version [beam]

Posted by "tvalentyn (via GitHub)" <gi...@apache.org>.
tvalentyn closed issue #30820: [Bug]: Install fails with Python3.12 due to old grpcio-tools version
URL: https://github.com/apache/beam/issues/30820


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


Re: [I] [Bug]: Install fails with Python3.12 due to old grpcio-tools version [beam]

Posted by "tvalentyn (via GitHub)" <gi...@apache.org>.
tvalentyn commented on issue #30820:
URL: https://github.com/apache/beam/issues/30820#issuecomment-2046218664

   sent https://github.com/apache/beam/pull/30912


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


Re: [I] [Bug]: Install fails with Python3.12 due to old grpcio-tools version [beam]

Posted by "liferoad (via GitHub)" <gi...@apache.org>.
liferoad commented on issue #30820:
URL: https://github.com/apache/beam/issues/30820#issuecomment-2039883771

   Supporting 3.12 is tracked at https://github.com/apache/beam/issues/29149


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