You need to uninstall the tensorflow version you have install outside the virtual enviroment. I don’t know why but rasa uses the tensorflow installed outside.
deactivate
pip3 uninstall tensorflow
source env/bin/activate
rasa train
You need to uninstall the tensorflow version you have install outside the virtual enviroment. I don’t know why but rasa uses the tensorflow installed outside.
deactivate
pip3 uninstall tensorflow
source env/bin/activate
rasa train