hi everybody, i'm having some trouble running `Con...
# ask-the-community
j
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!
k
You mean locally in python
j
yep, with just
pyflyte run <wf>
k
Ya locally it won’t run
j
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
k
As we don’t pull Docker
j
ahhh okay
thanks!
k
You can mock or contribute 😍
j
ill see what i can do!
161 Views