Elliot Oram
01/07/2022, 12:21 PMFailed to load and execute Flow's environment: ModuleNotFoundError("No module named '/home/ubuntu/'")
The agent is running in a python virtual environment (I have also tried this without the venv and the result is the same) the agent is started with the following command:
prefect agent local start --api <http://my-server.com:4200>
Any ideas on what might be the cause, or how to start debugging this?Anna Geller
01/07/2022, 12:31 PMElliot Oram
01/07/2022, 4:04 PM