I want to install tensorflow to use Keras LSTM
I installed Keras, and i import this lines to my code.
from keras.callbacks import LambdaCallback
from keras.models import Sequential
from keras.layers import Dense, Activation
from keras.layers import LSTM
from keras.optimizers import RMSprop
Error is when runnig the code:
No module named 'tensorflow'
Cmd error when i write "pip install tensorflow" :
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
Pip version is 19.3 , python version 3.7
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…