Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-graph
Source project has a limited visibility.
  • vlorentz's avatar
    acf07c51
    Add grpcio-tools version requirement · acf07c51
    vlorentz authored
    Otherwise, it crashes with: RuntimeError: The grpc package installed is at version 1.67.0, but the generated code in swh/graph/grpc/swhgraph_pb2_grpc.py depends on grpcio>=1.69.0. Please upgrade your grpc module to grpcio>=1.69.0 or downgrade your generated code using grpcio-tools<=1.67.0.
    acf07c51
    History
    Add grpcio-tools version requirement
    vlorentz authored
    Otherwise, it crashes with: RuntimeError: The grpc package installed is at version 1.67.0, but the generated code in swh/graph/grpc/swhgraph_pb2_grpc.py depends on grpcio>=1.69.0. Please upgrade your grpc module to grpcio>=1.69.0 or downgrade your generated code using grpcio-tools<=1.67.0.
This project manages its dependencies using pip. Learn more