bundle-kubeflow icon indicating copy to clipboard operation
bundle-kubeflow copied to clipboard

Example notebook images have incompatible kfp sdk

Open ca-scribner opened this issue 3 years ago • 3 comments

As filed in kubeflow/kubeflow#6327, the notebook images included by default have kfp==1.6.3 which is incompatible with our deployed kfp-api. This leads to errors that look like authentication problems, but are really version mismatches.

ca-scribner avatar Feb 07 '22 19:02 ca-scribner

cc @DomFleischmann @Barteus

ca-scribner avatar Feb 07 '22 19:02 ca-scribner

I think we should consider building our own images to fix this.

DomFleischmann avatar Feb 08 '22 13:02 DomFleischmann

As a temporary workaround, we can suggest using this line at the start of notebooks. As I recall some time ago this was in many of KFP tutorials and notebooks.

!pip install kfp --upgrade -q

Barteus avatar Feb 08 '22 13:02 Barteus

I think with the 1.6 release this should no longer be an issue. We can reopen if it comes back up

ca-scribner avatar Oct 11 '22 20:10 ca-scribner