We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just tried to load and run the scoring script on an M1 mac. I ran into some issues with spacy and the new hardware.
Specifically, I get this error when I try to download the spacy model:
illegal hardware instruction python -m spacy download en_core_web_sm
Following the advice here (explosion/spaCy#9397), I installed spacy directly via conda and then created a new conda environment like so:
conda install -c conda-forge spacy conda create -n n2c2SDoH-py3.8 python=3.8 conda activate n2c2SDoH-py3.8 pip install --upgrade pip pip install -r ~/git/brat_scoring/requirements.txt python -m spacy download en_core_web_sm
I'm posting here to provide the solution that worked for me in case other M1 users run into the same issue.
(I don't think there is an obvious software solution to this problem just the need to update the README.)
The text was updated successfully, but these errors were encountered:
Thank you for the tip Paul.
Sorry, something went wrong.
No branches or pull requests
I just tried to load and run the scoring script on an M1 mac. I ran into some issues with spacy and the new hardware.
Specifically, I get this error when I try to download the spacy model:
illegal hardware instruction python -m spacy download en_core_web_sm
Following the advice here (explosion/spaCy#9397), I installed spacy directly via conda and then created a new conda environment like so:
I'm posting here to provide the solution that worked for me in case other M1 users run into the same issue.
(I don't think there is an obvious software solution to this problem just the need to update the README.)
The text was updated successfully, but these errors were encountered: