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.
Solution
I figured out that the issue is with the Python version.
So I downgraded Python version from 3.8.1 to 3.7.6 Later I worked fine
pip install https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.8.0-py3-none-any.whl
My System Specification