Hey i was trying to use the eager functionality. H...
# flyte-support
f
Hey i was trying to use the eager functionality. However, when example in tutorial i get this error:
in simple_eager_workflow out = await add_one(x=x) File "/usr/local/lib/python3.10/site-packages/flytekit/experimental/eager_function.py", line 164, in __call__ remote_entity = self.remote.fetch_task(name=entity_name) AttributeError: 'NoneType' object has no attribute 'fetch_task'
Does anyone knows what might be happening? Thanks
a
I just reproduced this error. It only happens on
--remote
right? Local execution works fine for me. Could you file an Issue so we can explore better?
f