-
Bug
-
Resolution: Done
-
Undefined
-
RHODS_1.25.0_GA
Description of problem:
While trying the Data Science Pipelines in RHODS 1.25-rc1, I noticed that the kfp_tekton module isn't available in the Standard Data Science image.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- launch a notebook with the Standard Data Science image
- in python, run import kfp_tekton
Actual results:
- the module cannot be loaded
Expected results:
- the module can be loaded
Reproducibility (Always/Intermittent/Only Once):
always
Build Details:
RHODS 1.25-rc1
Workaround:
run this command before trying to import the module
pip install kfp_tekton==1.5.* --quiet
Additional info:
- mentioned on
(16 mentioned on)