I am trying to build a sample chatbot through Jupyter notebook, but continuously I am getting this error. can anyone please tell me, how to resolve this issue.
“ModuleNotFoundError: No module named ‘rasa’”
and also please suggest me some good tool to develop to a chatbot. Thank you.
The problem is probably the kernel that your Notebook uses.
Anyway, the bot is not supposed to run in a jupyter notebook. Just go to the console and type
rasa init
And a first small chatbot project will magically appear. For further information go here
And Im not sure, what you mean by ‘tool’ to build a chatbot. Youre already at RASA so you got a nice toolset, otherwise if you like a nice IDE you might try Pycharm for example.