tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.35k stars 1.96k forks source link

Error in running train.py #457

Open bhvyaismeduh21 opened 4 years ago

bhvyaismeduh21 commented 4 years ago

When I run train.py in nmt-chatbot, I receive this error:

  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/tensorflow/python/ops/lookup_ops.py", line 27, in <module>
    from tensorflow.python.eager import context
ModuleNotFoundError: No module named 'tensorflow.python.eager'

What does this mean and how can I fix this?