Ashley Felber
12/12/2022, 3:00 PMZanie
prefect-aws
isn’t installed on your agent.Ashley Felber
12/12/2022, 3:33 PMZanie
Zanie
EXTRA_PIP_PACKAGES
with a value of "prefect-aws"
Zanie
Ashley Felber
12/12/2022, 3:45 PMAshley Felber
02/16/2023, 10:21 PMJames Gatter
02/17/2023, 7:01 PM{
"taskDefinitionArn": "arn:aws:ecs:us-east-1:<My account ID>:task-definition/cyflows:18",
"containerDefinitions": [
{
"name": "cyflows",
"image": "prefecthq/prefect:2.7.12-python3.9",
"cpu": 0,
"links": [],
"portMappings": [],
"essential": true,
"entryPoint": [
"bash",
"-c"
],
"command": [
"prefect agent start -q cyflows"
],
"environment": [
{
"name": "EXTRA_PIP_PACKAGES",
"value": "prefect-aws"
},
...
but it seems the agent does not have prefect-aws installed, outputting the same error.