HI @yuvraj_kocher
You don’t show how your are trying to import keras.
Can you please try from tensorflow.python import keras?
As per as getting Tensorflow version can you try the following?
import tensorflow as tf
tf.__ version__
(without any space between underscore and “v” ; website formatting is annnoying me)
In my environment, I used Anaconda to install tf 2.10.0, pip was also used in the environment, but the IDE used tf 2.15.0 installed through pip. So I deleted the wrong environment and re-created a tf 2.0.0 environment, which allowed keras to be imported normally.