<#3889 [Docs] pima_diabetes flytekit version is pi...
# flyte-github
a
#3889 [Docs] pima_diabetes flytekit version is pinned to an old version Issue created by hududed Description Tried the diabetes tutorial and ran this:
Copy code
flytectl 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