I changed my laptop lately, so I've been installing the packages I use. After I've installed chatterbot
C:\Users\aser>pip show chatterbot
Name: ChatterBot
Version: 1.0.4
Summary:
Home-page: None
Author: None
Author-email: None
License: None
Location: c:\users\aser\appdata\roaming\python\python38\site-packages
Requires: chatterbot-corpus, sqlalchemy, python-dateutil, mathparse, nltk, pint, pymongo
Required-by:
And I tried to use it:
from chatterbot import ChatBot
# Code goes here
I got a ModuleNotFound error:
Traceback (most recent call last):
File "c:/Users/aser/Desktop/pyapp01/app.py", line 22, in <module>
from chatterbot import ChatBot
ModuleNotFoundError: No module named 'chatterbot'
Any help?? Or is it installed in a location where it shouldn't be?? But all the other packages are installed in this same location too