Skip to content
New issue

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

Incorrect grpcio version Python client #804

Open
tigersoldier opened this issue Nov 8, 2024 · 0 comments
Open

Incorrect grpcio version Python client #804

tigersoldier opened this issue Nov 8, 2024 · 0 comments

Comments

@tigersoldier
Copy link

The grpc genereated code requires the same or higher version of grpcio, otherwise it throws the following errors at runtime:

/usr/local/lib/python3.10/dist-packages/tritonclient/grpc/service_pb2_grpc.py:19: in <module>
    raise RuntimeError(
E   RuntimeError: The grpc package installed is at version 1.66.2, but the generated code in grpc_service_pb2_grpc.py depends on grpcio>=1.67.0. Please upgrade your grpc module to grpcio>=1.67.0 or downgrade your generated code using grpcio-tools<=1.66.2.

As of 2.51.0, the min grpcio version should be 1.67.0, not 1.63.0 as declared here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant