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

ImportError: cannot import name 'V1alpha2TensorRTSpec' #68

Open tommcm1200 opened 4 years ago

tommcm1200 commented 4 years ago

Notebook 02_01_fairing_introduction.ipynb

Describe the bug ImportError: cannot import name 'V1alpha2TensorRTSpec'

Expected behavior Not to error

Environment (please complete the following information): Related to this: https://github.com/kubeflow/fairing/issues/521

Workaround: Use kfserving==0.3.0.1 while ^^ issue is being fixed.

!pip uninstall kfserving —yes !pip install -Iv kfserving==0.3.0.1 !pip show kfserving

Jeffwan commented 4 years ago

@tommcm1200 Thanks for reporting the issue. I will have a check on the python library.

to mitigate your issue, please try images below. They are aws built images and I tested they should work well.