You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't find model 'en_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory.
This is a clean virtual environment based on Python 3.9 following the "From Source" instructions. 113 tests pass (5 are skipped) after running python -m spacy download en_core_web_sm.
I will send a PR to clarify the documentation.
The text was updated successfully, but these errors were encountered:
Several tests fail with the following error:
Can't find model 'en_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory.
This is a clean virtual environment based on Python 3.9 following the "From Source" instructions. 113 tests pass (5 are skipped) after running
python -m spacy download en_core_web_sm
.I will send a PR to clarify the documentation.
The text was updated successfully, but these errors were encountered: