You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing an update I get the following errors:
google.protobuf.runtime_version.VersionError: Detected incompatible Protobuf Gencode/Runtime versions when loading pythia_service.proto: gencode 5.29.0 runtime 5.28.1. Runtime version cannot be older than the linked gencode version. See Protobuf version guarantees at https://protobuf.dev/support/cross-version-runtime-guarantee.
manually updating protobuf gives me:
RuntimeError: The grpc package installed is at version 1.68.1, but the generated code in pythia_service_pb2_grpc.py depends on grpcio>=1.70.0. Please upgrade your grpc module to grpcio>=1.70.0 or downgrade your generated code using grpcio-tools<=1.68.1.
after updating grpcio vizier works again.
This indicates to me that the requirements are not properly expressed to ensure version compatibility.
The text was updated successfully, but these errors were encountered:
Sorry about that - we're in the middle of fiddling around with dependencies to get integrated into RayTune. For now, can you use 0.1.21? The algorithms haven't changed.
When installing an update I get the following errors:
manually updating protobuf gives me:
after updating grpcio vizier works again.
This indicates to me that the requirements are not properly expressed to ensure version compatibility.
The text was updated successfully, but these errors were encountered: