harris Posted February 5, 2021 Posted February 5, 2021 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.
Ghideon Posted February 6, 2021 Posted February 6, 2021 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?
harris Posted February 6, 2021 Author Posted February 6, 2021 Thank you i will check the numpy version
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now