-1
I made a basic code of Chatterbot in Python that ran well, but suddenly stopped working and always presents the same error:
from chatterbot.trainers import Listtrainer Modulenotfounderror: No module named 'chatterbot.trainers'; 'chatterbot' is not a package
Please, can someone help me?
He didn’t find the package
chatterbot
. Make sure that it is installed and that you are running Python in the same version as the package was installed.– Woss