HI everyone! I am running into this issue when tr...
# ask-community
m
HI everyone! I am running into this issue when trying to run flows on kube pods. Anyone have any thoughts?
Copy code
Usage: prefect flow-run [OPTIONS] COMMAND [ARGS]...
Try 'prefect flow-run --help' for help.
╭─ Error ──────────────────────────────────────────────────────────────────────╮
│ No such command 'execute'.
I can't quite figure out where this is getting executed, and i checked...
prefect flow-run execute ...
is a valid cli cmd
k
this means the version of prefect installed on your worker and the version of prefect in the container used for flow runs are too far out of sync. you can either upgrade the version of prefect in the place your flows run or change the command field on your work pool to
python -m prefect.engine
m
I looked and i didnt see a prefect version that doesnt have this... thats what made me confused. We have been on 2.19.4 for some time and are migrating to 3.0... Interesting. Thanks. I wonder if a 3 got replaced with a 2 🫢