Does anyone know on top of their head why a script...
# prefect-community
m
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
Copy code
prefect backend server
prefect server start
prefect agent local start
the error im getting is
Copy code
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
thanks let me look
👍 1