Error while testing Rasa NLU

Hi,

I’m trying to test my pipelines locally on my Ubuntu Bash on Windows 10, but getting this error:

2020-01-30 14:23:03 WARNING  rasa.nlu.test  - Training model 'supervised' failed. Error: module 'tensorflow' has no attribute 'to_float'
2020-01-30 14:23:03 INFO     rasa.nlu.test  - Evaluating configuration 'spacy' with 90%_exclusion training data.
Training NLU model...
2020-01-30 14:23:03 WARNING  rasa.nlu.test  - Training model 'spacy' failed. Error: module 'tensorflow' has no attribute 'to_float'
2020-01-30 14:23:03 INFO     rasa.nlu.test  - Evaluating configuration 'convert' with 90%_exclusion training data.
Training NLU model...
2020-01-30 14:23:03 WARNING  rasa.nlu.test  - Training model 'convert' failed. Error: module 'tensorflow' has no attribute 'to_float'

I’m running Rasa 1.7, Python 3.6, TensorFlow 2.0.1.

Thank you, Tiziano

We don’t support tensorflow 2.0.1 yet. Please try with tensorflow==1.15.0