ModuleNotFoundError: No module named 'dialobot_chat'
emarashliev opened this issue · 2 comments
emarashliev commented
Hi I wanted to make try your awesome bot but got this error message
>>> from dialobot_chat import DialoGPT
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'dialobot_chat'
Any idea why is that? I'm with Python 3.9.2
emarashliev commented
It was a mistake in my python configuration.
hyunwoongko commented
please use dialogpt_chat, not dialobot_chat