JustinaPetr / Weatherbot_Tutorial

276 stars 447 forks source link

Import error - rasa_nlu converters #5

Closed dilankadias closed 6 years ago

dilankadias commented 6 years ago

I'm getting this error when I try to run the nlu_model.py

C:\Weatherbot>python nlu_model.py
Traceback (most recent call last):
  File "nlu_model.py", line 1, in <module>
    from rasa_nlu.converters import load_data
ImportError: No module named 'rasa_nlu.converters'