Jan Marais
02/03/2021, 1:21 PMFailed to load and execute Flow's environment: StorageError('An error occurred while unpickling the flow:\n ModuleNotFoundError("No module named \'project\'")\nThis may be due to a missing Python module in your current environment. Please ensure you have all required flow dependencies installed.')
Using ECSAgent and a custom image in ECR. I have no problem importing from the external module inside the container or in the environment where my agent is launched or where my flow is registered from.josh
02/03/2021, 1:26 PMimport project
and it works?Jan Marais
02/03/2021, 1:26 PMjosh
02/03/2021, 1:27 PMJan Marais
02/03/2021, 1:27 PMimport project
line in the script registering the flow, the flow runs successfully, but when I reference the project.some_function
in a task, I get the above errorjosh
02/03/2021, 1:28 PMproject.some_function
manually when you run the container?Jan Marais
02/03/2021, 1:28 PMjosh
02/03/2021, 1:28 PMJan Marais
02/03/2021, 1:59 PM