chamkank / flask-chatterbot

Simple boilerplate for ChatterBot using Flask
377 stars 263 forks source link

ModuleNotFoundError: No module named 'spacy' #41

Open neileames opened 5 months ago

neileames commented 5 months ago

I copied app.py and all the other code. I copied requirements.txt

I ran this: pip install -r requirements.txt

When I run app.py I get: ModuleNotFoundError: No module named 'spacy'

I tried:

pip install spacy python -m spacy download en_core_web_sm

That made no difference. It seems odd I should have this issue and no-one else has reported it.