We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 grpc/grpc#33063 in the grpc project. As a result, it is impossible to install apache-beam on Python3.12.
grpcio-tools==1.53.0
apache-beam
Solution: Upgrade to a more recent version of grpcio-tools which has this bug fixed by now.
grpcio-tools
Priority: 1 (data loss / total loss of function)
The text was updated successfully, but these errors were encountered:
More infomation:
pip install --no-build-isolation apache-beam
pip install grpcio-tools==1.53.0
pip install grpcio-tools
Sorry, something went wrong.
Supporting 3.12 is tracked at #29149
sent #30912
tvalentyn
Successfully merging a pull request may close this issue.
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 grpc/grpc#33063 in the grpc project. As a result, it is impossible to installapache-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
The text was updated successfully, but these errors were encountered: