https://prefect.io logo
m

Manuel Garrido Peña

11/11/2022, 3:09 PM
does anyboy know how we get the error "Flow could not be retrieved from deployment" when running a deployment?
z

Zanie

11/11/2022, 4:34 PM
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

Manuel Garrido Peña

11/11/2022, 5:52 PM
the issue was simple, i was following the tutorial , i didnt have the line
Copy code
if __name__ == '__main__':
  flow()
2 Views