Another question came up, not sure how much overla...
# workflow-building-ui-proj
a
Another question came up, not sure how much overlap there is with the above, but we’re having trouble executing tasks that were registered with flytekit remote. Here’s a series of steps: 1. Remote register_task (entity is a flyte decorated py function) -> works 2. Remote fetch_task (fetching the above registered task) -> works 3. Remote execute the above task -> Fails both programmatically and from UI with the error
Copy code
Pod failed. No message received from kubernetes.
...
Usage: pyflyte-execute [OPTIONS] [RESOLVER_ARGS]...
Try 'pyflyte-execute --help' for help.

Error: no such option: --checkpoint-path
Does anyone have any insight to this?
cc @sticky-art-97180, feel free to add if I’ve missed anything
t
which version of flytekit was used to register?
and which version is in the container?
this shouldn’t happen if the versions match
a
Ahh oof. Yea Im planning on using an updated container currently im registering with latest version and the container has 0.26
Same steps, different error:
ValueError: Empty module name
I’m not sure what the module name would even be though because I’m remote registering a task from a script. And I didn’t think that task code had to live in the container ?
s
good question @acceptable-river-81601 - Curious to know about answer to above