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:
- AttributeError: module ‘tensorflow’ has no attribute ‘keras’
I have tried the following approaches:
- Adding “import keras” in the callback.py file
- Using a different version of tensorflow. [Some cannot be used with RASA]
- 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