Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Support Python 3.11 By Bumping grpcio tools #269

Closed
thomaschristopherking opened this issue Nov 25, 2022 · 1 comment · Fixed by #275
Closed

Support Python 3.11 By Bumping grpcio tools #269

thomaschristopherking opened this issue Nov 25, 2022 · 1 comment · Fixed by #275

Comments

@thomaschristopherking
Copy link

Problem to Solve

Support Python 3.11, currently using a version of grpcio tools that does not support python 3.11

Current Workaround

Use an older version of Python

Proposed Solution

Bump grpcio tools from 1.38 to 1.50 - See this closed ticket for when python 3.11 was supported: grpc/grpc#30445

Additional Information

Trying to install on python 3.11 causes this error:
distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

@alexjpwalker alexjpwalker linked a pull request Jan 11, 2023 that will close this issue
@alexjpwalker
Copy link
Member

Fixed in:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants