Jump to content

chatterbot python


harris

Recommended Posts

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. 

error.JPG

Link to comment
Share on other sites

Hard to tell what's wrong from the information given so far. A few observations: The error seems to occur during initialization of numpy, followed by environment specific messages (Visual Studio). Is the correct version of Numpy installed and used in the program? 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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.