https://prefect.io logo
Title
w

Will Milner

09/10/2021, 3:59 PM
Hello, I'm running into a weird error when trying to run a flow on a local agent. Whenever I start up a run I immediately get this error
Failed to load and execute Flow's environment: ModuleNotFoundError("No module named '/root/'")
k

Kevin Kho

09/10/2021, 4:09 PM
Hey @Will Milner, this means that your flow run can’t pull the flow from storage. Is the local agent running on the same machine you registered on? Did you define storage?
w

Will Milner

09/10/2021, 4:11 PM
I did define storage, but the agent is running on a different machine. that's definitely the problem