JustinaPetr / Weatherbot_Tutorial

275 stars 448 forks source link

Traceback (most recent call last): File "nlu_model.py", line 1, in <module> from rasa_nlu.training_data import load_data ModuleNotFoundError: No module named 'rasa_nlu' #92

Open Akshay9026 opened 5 years ago

baytuch commented 5 years ago

Try to check the availability of the package. Like this:

pip3 list | grep rasa

where: rasa-core (0.8.2) rasa-core-sdk (0.14.0) rasa-nlu (0.11.4)