aws-samples / eks-kubeflow-workshop

Kubeflow workshop on EKS. Mainly focus on AWS integration examples. Please go check kubeflow website http://kubeflow.org for other examples
Apache License 2.0
96 stars 56 forks source link

No module named 'kfp.aws' #14

Closed dalbhanj closed 4 years ago

dalbhanj commented 4 years ago

I'm getting this error when I run Sagemaker pipeline notebook

Here is the error.

ModuleNotFoundError Traceback (most recent call last)

in 2 from kfp import components 3 from kfp import dsl ----> 4 from kfp.aws import use_aws_secret ModuleNotFoundError: No module named 'kfp.aws' Looks like we need to add prerequisites to install kfp
Jeffwan commented 4 years ago

Yes. Please restart the kernel before moving to next blocks. both 05_01 and 05_04 will be used for workshop. 05_01 will cover installation as well.