We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: