:wave: Does anyone seen this error ```py", line 80...
# flyte-support
i
👋 Does anyone seen this error
Copy code
py", line 80, in _dispatch_execute
    logger.debug(f"Starting _dispatch_execute for {task_def.name}")
AttributeError: 'function' object has no attribute 'name'
h
can you give more details, @incalculable-pharmacist-39136? Which version of flytekit + Flyte are you running? What exactly are you running? Some details about the workflow + tasks, etc.
i
how do I check flytekit + Flyte versions, it's not in the standard
___version___
h
How are you running Flyte? What does
pip
(or your package manager) say about
flytekit
?