does anyboy know how we get the error "Flow could ...
# ask-community
m
does anyboy know how we get the error "Flow could not be retrieved from deployment" when running a deployment?
z
It means that we couldn’t retrieve the flow code so we can’t run it. We’ll need the full traceback to determine the cause 🙂
m
the issue was simple, i was following the tutorial , i didnt have the line
Copy code
if __name__ == '__main__':
  flow()