hi everybody, i'm having some trouble running `Con...
# flyte-support
f
hi everybody, i'm having some trouble running
ContainerTask
. Both a small test that I wrote myself and the cookbook example here fail when run locally. The cookbook example runs successfully when its run remotely. Any help here is appreciated!
f
You mean locally in python
f
yep, with just
pyflyte run <wf>
f
Ya locally it won’t run
f
the issue seems to be that the container task isn't returning a value:
Copy code
Python value cannot be None, expected <class 'str'>/simple: STRING
f
As we don’t pull Docker
f
ahhh okay
thanks!
f
You can mock or contribute 😍
f
ill see what i can do!
161 Views