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.