-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] pima_diabetes flytekit version is pinned to an old version #3889
Comments
Thank you for opening your first issue here! 🛠 |
So I updated flytekit and its dependencies in
However, adding the
|
This indicates that one of the pods responsible for running the tasks in that workflow is hitting an out-of-memory error. Can you try increasing the resources for the task (e.g. https://docs.flyte.org/projects/cookbook/en/latest/auto_examples/nlp_processing/word2vec_and_lda.html#word-similarities, notice the use of |
Hello, @hududed. I'm interested in this issue, I process by the following step, curl -sL https://ctl.flyte.org/install | sudo bash -s -- -b /usr/local/bin
pip install flytekit flytekitplugins-deck-standard scikit-learn
flytectl demo start
pyflyte run --remote pima_diabetes/diabetes.py diabetes_xgboost_model but it return the ModuleNotFoundError
so I install the xgboost first, and rerun it
if you don't mind, can I ask more detail about your process ? |
Hi @dado5688 sorry I am not actively working on flytekit problems atm - but this should be easily addressed by the Flyte folks in their slack channel. |
Two things, increase memory for the pod, and ensure the docker image has xgboost |
@hududed Ok, I see, thanks for the response ! |
Hi, @kumare3 since I'm a new one, don't know much detail behind the process, |
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. |
Description
Tried the diabetes tutorial and ran this:
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 moduleNo module named 'marshmallow_enum'
even though it's installed in a poetry environmentAre you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: