Exception 'Loop' object has no attribute '_ready' looping in rasa shell

Hi, I’m not sure, but probably w.r.t. the pip installation, you may want to add also tensorflow==1.15.0 to the list. Even after downgrading the requirements that way, rasa was unable to initialise a project with rasa init --no-prompt, ending up in the Module for policy ‘MemoizationPolicy’ could not be loaded. Please make sure the name is a valid policy exception, generated by the AttributeError: module ‘tensorflow’ has no attribute ‘to_float’, which in turn was due to the wrong version of tensorflow installed with the pip command (1.15.1). I posted this solution already under the related thread here.