After installing successfully the chatterbot with python 3.7. I tried to run this beginning of a simple code for a chatbot:
from chatterbot import ChatBot
from chatterbot.trainers import ListTrainer
chatbot=ChatBot("test")
But i have this error (screenShot):
Thank you in advance for youre responses.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.