-
Couldn't load subscription status.
- Fork 488
Closed
Labels
Description
What happened?
Currently, If you try install the latest versions of the kfp and kubeflow-katib libraries at the same time, there is a dependency version conflict.
This is caused by a number of conflicts:
kfp==2.7.0needsprotobuf>=4.21.1,<5butkubeflow-katibneedsprotobuf>=3.19.5,<=3.20.3kfp==2.7.0needskubernetes>=8.0.0,<27butkubeflow-katibneedskubernetes>=27.2.0
See for yourself by trying the following command:
pip install kfp==2.7.0 kubeflow-katib==0.17.0rc0What did you expect to happen?
The latest versions of both kfp and kubeflow-katib can be installed at the same time.
Environment
Kubernetes version:
$ kubectl version
Katib controller version:
$ kubectl get pods -n kubeflow -l katib.kubeflow.org/component=controller -o jsonpath="{.items[*].spec.containers[*].image}"
Katib Python SDK version:
$ pip show kubeflow-katib
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍
andreyvelich, TobiasGoerke, Bola-Nasr and jsonchen47