Weatherbot_Tutorial
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'
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)