I am very frustrated with tensorflow. I have been trying for months and I cannot still run any tensorflow deep learning.
I did install python 3.6 64 bit and tensorflow 2.1 in one environment. Here is the screenshot. After than, I started jupyter notebook and tried to run the below code, and it still said: No module named 'tensorflow', what is wrong? Thank you so much for help.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-41-ea9355d0033c> in <module>()
----> 1 from tensorflow.keras.callbacks import EarlyStopping
2 from tensorflow.keras.layers import GRU, Dense
3 from tensorflow.keras.models import Model, Sequential
ModuleNotFoundError: No module named 'tensorflow'