daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
387 stars 214 forks source link

cannot import name 'nmt' from 'nmt' #186

Open shivamtech29 opened 1 year ago

shivamtech29 commented 1 year ago

I cloned the repository git clone --branch v0.1 --recursive https://github.com/daniel-kukiela/nmt-chatbot.git

python train.py Traceback (most recent call last): File "C:\Users\SHIVAM AGARWAL\nmt-chatbot\train.py", line 7, in from nmt import nmt ImportError: cannot import name 'nmt' from 'nmt' (C:\Users\SHIVAM AGARWAL\AppData\Roaming\Python\Python39\site-packages\nmt__init__.py)