No module named matplotlib.backends.backend_qt4agg Error Message

When trying to run a script in python, I get the following error:
ModuleNotFoundError: No module named ‘matplotlib.backends.backend_qt4agg’

However, I cannot locate this module when I search within Anaconda. Has anyone else encountered this error? This script has worked for years so I am not sure what is the issue.