daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
385 stars 213 forks source link

Issuess in inference.py #138

Open elham1996 opened 5 years ago

elham1996 commented 5 years ago

Traceback (most recent call last): File "C:/Users/engel/Downloads/chatbot/nmt-chatbot/inference.py", line 4, in from .nmt import nmt ModuleNotFoundError: No module named 'main.nmt'; 'main' is not a package

Process finished with exit code 1

kaljitism commented 4 years ago

I guess you need to install nmt as a different repo inside nmt-chatbot. Check the forked nmt-repo of @daniel-kukiela and clone the forked repo.