Hi ! I'm trying to use flyte on a basic script, wh...
# announcements
n
Hi ! I'm trying to use flyte on a basic script, which returns the Fibonacci series (takes n as input). On running the code; "pyflyte run --remote fibonacci_example.py wf --n 10" If the flyte version is 1.1.0 - The workflow is running successfully and I'm able to see the output in the console. But if flyte version 1.2.0b0 is used; I'm getting the below mentioned error in the console:
h
Github issue tracking this: https://github.com/flyteorg/flyte/issues/2855 We're going to take care of this asap. The expectation is to have another flytekit beta version by tomorrow (9/7).
f
Any reason to use the beta version
n
@freezing-airport-6809, when I use the 1.1.0 version to run the pima-diabetes classification model or any other model; I'm getting the below mentioned error. But if I use 1.2.0b0 as suggested by @tall-lock-23197 earlier, I'm able to successfully run it.
t
@nice-judge-43061, I didn’t know this was the error you were seeing. 1.2.0b0 resolves a pyflyte run x FlyteFile issue, and if I remember correctly, this was what you encountered.
When do you see the
no module …
error? Is it while installing the requirements?
n
No, it is while running
pyflyte run --remote --image <http://ghcr.io/flyteorg/flytecookbook:pima_diabetes-latest|ghcr.io/flyteorg/flytecookbook:pima_diabetes-latest> diabetes.py diabetes_xgboost_model
158 Views