https://prefect.io logo
Title
m

Minh Mai

07/14/2022, 6:08 PM
Does anyone know on top of their head why a script with
flow.run()
will fail once I register it to the UI? I'm current using the local server
prefect backend server
prefect server start
prefect agent local start
the error im getting is
Failed to load and execute flow run: FlowStorageError('An error occurred while unpickling the flow:\n ModuleNotFoundError("No module named \'utils\'")\nThis may be due to a missing Python module in your current environment. Please ensure you have all required flow dependencies installed.')
1
m

Minh Mai

07/14/2022, 7:25 PM
thanks let me look
👍 1