Zach Hodowanec
03/19/2021, 5:59 PMPYTHONPATH
in my local environment, but not having much luck setting a similar ENV variable on the agent or job_spec. Any suggestions or documentation that might help get over this hump?
Repository Structure:
/src
--/flows
----/flow.py
--/tasks
----/task.py
Error Message: Failed to load and execute Flow's environment: ModuleNotFoundError("No module named 'src.tasks'")
nicholas
Zach Hodowanec
03/19/2021, 6:56 PM