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
pip install -r requirements.txt causes the following error on Mac OS Catalina 10.15:
ERROR: Could not find a version that satisfies the requirement en-core-web-sm (from -r requirements.txt (line 9)) (from versions: none)
ERROR: No matching distribution found for en-core-web-sm (from -r requirements.txt (line 9))
I get a similar error for the version 2.1.0 or for any other version also.
Can I install this module via spaCy? (python -m spacy download en_core_web_sm) Do you have any other suggestion/alternatives for downloading the en-core-web-sm module?
The text was updated successfully, but these errors were encountered:
pip install -r requirements.txt
causes the following error on Mac OS Catalina 10.15:I get a similar error for the version 2.1.0 or for any other version also.
Can I install this module via spaCy? (
python -m spacy download en_core_web_sm
) Do you have any other suggestion/alternatives for downloading the en-core-web-sm module?The text was updated successfully, but these errors were encountered: