StereoSet
StereoSet copied to clipboard
Error while setting up requirements
Hi, this line in requirements.txt is causing me issues on an ubuntu machine:
en-core-web-sm==2.2.5
Error:
✘ No compatible model found for 'en-core-web-sm' (spaCy v2.3.1).
To work around it I commented out the line and manually ran:
python -m spacy download en_core_web_sm