Error in defaultAction.py

Hi all! :wave: , So I am getting this ModuleNotFoundError: No module named ‘clients.{}’ error in “rasa run actions” . The line about which it talking about is " clientModule = importlib.import_module(“clients.{}.db”.format(clientName)) " What could be the possible reason for this?

Can anyone please help me with this!

This seems like an error in your custom code. Hard to tell anything without seeing the code. But it looks like your are trying to import a python package / module named clients and you don’t have it installed / located in the python path.