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.
On Windows, you must use Python 3.7.6 (64 bits) to install tensorflow:
C:\Program Files\Python-3.7.6-x64> python.exe -m pip install --user tensorflow
Unfortunately, the 32-bit version is not supported by tensorflow and will give you that nasty error:
Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow
A few important notes:
C:\\Users\\karlphillip\\AppData\\Roaming\\Python\\Python37\\site-packages
.python -m pip install --user --upgrade pip
.python -m pip install --user tensorflow