RASA installation failing for Anaconda environment

Hello there! I have been tryin to install Rasa on my computer but have been failing. I followed the following tutorial: Link: https://www.youtube.com/watch?v=4ewIABo0OkU&t=1s The error that I am facing is as follows:

  1. AttributeError: module ‘tensorflow’ has no attribute ‘keras’

I have tried the following approaches:

  1. Adding “import keras” in the callback.py file
  2. Using a different version of tensorflow. [Some cannot be used with RASA]
  3. Installing tensorflow using both ‘conda’ and ‘pip’

Python Version used: Python 3.7.1

Tensorflow Version used: Version: 2.11.0

Keras Version used: Version: 2.11.0