JustinaPetr / Weatherbot_Tutorial

275 stars 448 forks source link

nlu_model.py #84

Open geoxx3 opened 5 years ago

geoxx3 commented 5 years ago

Capture justine Error when I run nlu_model.py

Parth09P commented 5 years ago

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.

baytuch commented 5 years ago

https://youtu.be/xu6D_vLP5vY?t=210

guneet999 commented 4 years ago

image How to resolve the issue?