daniel-kukiela / nmt-chatbot

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

Error with train.py "No module named tensorflow.python" #117

Closed riannadsilva closed 5 years ago

riannadsilva commented 5 years ago

So everything seems to work alright, until I reach the last stage train.py Can someone point out what I'm doing wrong? Help @daniel-kukiela , @Sentdex !!! :(

_Traceback (most recent call last): File "train.py", line 7, in from nmt import nmt File "C:\Users\User\nmt-chatbot/nmt\nmt\nmt.py", line 26, in import tensorflow as tf _File "C:\Users\User\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow__init__.py", line 24, in from tensorflow.python import pywraptensorflow # pylint: disable=unused-import ModuleNotFoundError: No module named 'tensorflow.python'

4
riannadsilva commented 5 years ago

Resolved by downloading and installing Python version 3.6.5 (executable file).