ModuleNotFoundError: No module named 'ChatterBot'
已回答
I'm getting a ModuleNotFoundError, however there is no red line under the module name when importing and the module shows up in the interpreter.
请先登录再写评论。
Hi,
bot.py
fromvenv
folder to the project root -ChatBot
.venv
is your project virtual environment. You should not store your custom files inside.from chatterbot import ChatBot
, see the official docs.Cheers.