I made a basic Chatterbot code in Python that worked fine, but out of nowhere it stopped working and always has the same error:
from chatterbot.trainers import ListTrainer ModuleNotFoundError: No module named 'chatterbot.trainers'; 'chatterbot' is not a package
Please, can anyone help me?