Weatherbot_Tutorial
Weatherbot_Tutorial copied to clipboard
nlu_model.py
Error when I run nlu_model.py
It's seems that you might have an issue with en model of SpaCy. Try re-installing it by command : pip install -U spacy python -m spacy download en
Then try to import spacy in python's terminal. If correctly imported, then you should be good to go.
https://youtu.be/xu6D_vLP5vY?t=210
How to resolve the issue?