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

04_Tensorflow_Extended Notebooks Python Dependency Failure #83

Open ssbhat opened 3 years ago

ssbhat commented 3 years ago

Notebook Which notebook you have problem with? 04_01_TensorFlow_Data_Validation.ipynb 04_02_TensorFlow_Transform.ipynb 04_03_TensorFlow_Advanced_Transform.ipynb 04_04_TensorFlow_Model_Analysis.ipynb

Describe the bug These Notebooks depend on the Python2, so the assertion fails during the initial imports.

AssertionError Traceback (most recent call last)

in 2 import sys, os 3 # Confirm that we're using Python 2 ----> 4 assert sys.version_info.major is 2, 'Oops, not running Python 2' AssertionError: Oops, not running Python 2 --------------------------------------------------------- Expected behavior The notebooks should execute successfully Environment (please complete the following information): EKS version: 1.17 Kubeflow version: 1.17 eks-kubeflow-workshop version: