Module 'tensorflow.python.keras.engine.training' has no attribute 'enable_multi_worker'

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