Weatherbot_Tutorial icon indicating copy to clipboard operation
Weatherbot_Tutorial copied to clipboard

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'

Open Akshay9026 opened this issue 6 years ago • 1 comments

Akshay9026 avatar May 23 '19 22:05 Akshay9026

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)

baytuch avatar Jul 07 '19 12:07 baytuch