Yesterday all of our flows running on ECS Fargate began to fail with this error message:
Copy code
ModuleNotFoundError: No module named 'apprise.plugins.NotifyMattermost'
Has anyone seen this before?
Ryan Brennan
06/14/2024, 2:12 PM
It looks like it’s happening somewhere within the prefect package
Ryan Brennan
06/14/2024, 2:12 PM
Screen Shot 2024-06-14 at 10.09.50 AM.png
j
J. Martins
06/19/2024, 12:53 PM
got the same problem today. Looks like the last version of “apprise 1.8.0” is causing it. Unfortunately it seems like Prefect did not pin down which version to use. Adding apprise<1.8.0 to the requirements fixed the problem for me.