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 am trying out scispacy on Mac M1:
But when I run sample code in section EntityLinker, error thrown out:
zsh: illegal hardware instruction
and it looks the error is from line: from scispacy.linking import EntityLinker
from scispacy.linking import EntityLinker
Any suggestion is appreciated.
RJ
The text was updated successfully, but these errors were encountered:
This is likely to be an issue with nmslib (see nmslib/nmslib#476 for example). Could you see if anything over there works for you?
To verify if it is nmslib, it would also be great if you could try out some example.code from nmslib and see if that works.
Unfortunately I don't have an M1, so I can't really test anything myself.
Sorry, something went wrong.
Thank you Daniel @dakinggg
It looks the solution from this thread works for me:
https://github.com/allenai/scispacy/issues/372
pip install --no-binary :all: nmslib
Great!
No branches or pull requests
I am trying out scispacy on Mac M1:
But when I run sample code in section EntityLinker, error thrown out:
zsh: illegal hardware instruction
and it looks the error is from line:
from scispacy.linking import EntityLinker
Any suggestion is appreciated.
RJ
The text was updated successfully, but these errors were encountered: