acoustic-carpenter-78188
07/25/2023, 5:40 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>'
@cosmicBboy referenced that its a version issue https://github.com/flyteorg/flytesnacks/blob/master/examples/pima_diabetes/requirements.txt#L45
requirements.txt
Potentially related: 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 environment
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyte