Hello, I'm running into a weird error when trying ...
# prefect-server
w
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
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
I did define storage, but the agent is running on a different machine. that's definitely the problem