-
Notifications
You must be signed in to change notification settings - Fork 488
Closed
Labels
Description
/kind bug
What steps did you take and what happened:
pip install latest kserve and katib, recieve
ERROR: Cannot install -r /tmp/requirements.txt (line 16), -r /tmp/requirements.txt (line 18) and ray[serve]==2.0.0 because these package versions have conflicting dependencies.
The conflict is caused by:
kserve 0.10.0 depends on grpcio>=1.34.0
kubeflow-katib 0.15.0 depends on grpcio==1.41.1
ray[serve] 2.0.0 depends on grpcio<=1.43.0 and >=1.42.0; python_version >= "3.10"
is it possible to change the require grpcio version in katib?
What did you expect to happen:
Able to install both to use with kubeflow
Impacted by this bug? Give it a 👍 We prioritize the issues with the most 👍