I am following the spaCy installation guideline inside my AWS SageMaker notebook
pip install -U pip setuptools wheel
pip install -U spacy
python -m spacy download en_core_web_sm
When I do import spacy
I get error
ModuleNotFoundError: No module named 'spacy'
I made sure my python and spacy path are same