cold-train-21872
07/25/2023, 3:36 PMflytectl demo start
cd examples/pima_diabetes
pyflyte run --remote pima_diabetes/diabetes.py diabetes_xgboost_model # as usually practiced in basics
But somehow getting this flytekit.exceptions.user.FlyteValidationException: Input pima_diabetes/diabetes.py must be in format '<file.py>:<worfklow>'
Why is this different than in whats in the basic user guide?
Also, pyflyte run --remote pima_diabetes/diabetes.py:diabetes_xgboost_model
shows up in the console but for some reason unable to find the module No module named 'marshmallow_enum'
even though it's installed in a poetry environmentbroad-monitor-993
07/25/2023, 4:16 PMuser
07/25/2023, 4:16 PMcold-train-21872
07/25/2023, 5:38 PMNo module named 'marshmallow_enum'
error will also be solved with this? i.e. I should include it in the issuebroad-monitor-993
07/25/2023, 5:40 PMcold-train-21872
07/25/2023, 5:41 PM