File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
google/cloud/aiplatform/explain Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929except ImportError :
3030 raise ImportError (
3131 "LIT is not installed and is required to get Dataset as the return format. "
32- 'Please install the SDK using "pip install python -aiplatform[lit]"'
32+ 'Please install the SDK using "pip install google-cloud -aiplatform[lit]"'
3333 )
3434
3535try :
3636 import tensorflow as tf
3737except ImportError :
3838 raise ImportError (
3939 "Tensorflow is not installed and is required to load saved model. "
40- 'Please install the SDK using "pip install pip install python -aiplatform[lit]"'
40+ 'Please install the SDK using "pip install google-cloud -aiplatform[lit]"'
4141 )
4242
4343try :
4444 import pandas as pd
4545except ImportError :
4646 raise ImportError (
4747 "Pandas is not installed and is required to read the dataset. "
48- 'Please install Pandas using "pip install python -aiplatform[lit]"'
48+ 'Please install Pandas using "pip install google-cloud -aiplatform[lit]"'
4949 )
5050
5151
You can’t perform that action at this time.
0 commit comments