Glen Trudeau
09/18/2020, 10:14 PMFailed to load and execute Flow's environment: ModuleNotFoundError("No module named 'sqlalchemy'")
when running a flow on Fargate agent which I assume is due to the fact that the base docker image doesn’t have that module installed. But when we tried downloading the public image, adding the necessary modules and then uploading to ECR it doesn’t appear that the agent is utilizing the updated image even though we called it inside of the container definitions (reference python wrapper). We see the below screenshot for the new task definition in ECS which means it isn’t pulling the specified image correctly. Any suggestions?nicholas
09/19/2020, 12:15 AMGlen Trudeau
09/21/2020, 7:24 PMf.environment = LocalEnvironment(metadata={"image":"<http://12345678910.dkr.ecr.us-east-2.amazonaws.com/analytics-repo:latest|12345678910.dkr.ecr.us-east-2.amazonaws.com/analytics-repo:latest>"})
nicholas
09/21/2020, 7:27 PMGlen Trudeau
09/21/2020, 7:29 PMnicholas
09/21/2020, 7:51 PMGlen Trudeau
09/21/2020, 7:53 PMnicholas
09/21/2020, 7:53 PMGlen Trudeau
09/21/2020, 8:16 PM