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
pip install xmen fails for some users due to lack of nmslib binaries for their distribution.
pip install xmen
nmslib
Known workarounds to install nmslib:
conda
conda install nmslib
pip install --no-binary :all: nmslib
CFLAGS="-mavx -DWARN(a)=(a)" pip install nmslib
pip install --upgrade pybind11
pip install 'nmslib @ git+https://github.com/nmslib/nmslib.git#egg=nmslib&subdirectory=python_bindings'
see also: allenai/scispacy#470
If this succeeds, you should be able to run pip install xmen
Long term solution:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pip install xmen
fails for some users due to lack ofnmslib
binaries for their distribution.Known workarounds to install nmslib:
conda
environment, i.e.:conda install nmslib
pip install --no-binary :all: nmslib
CFLAGS="-mavx -DWARN(a)=(a)" pip install nmslib
pip install --upgrade pybind11
pip install 'nmslib @ git+https://github.com/nmslib/nmslib.git#egg=nmslib&subdirectory=python_bindings'
see also: allenai/scispacy#470
If this succeeds, you should be able to run
pip install xmen
Long term solution:
nmslib
dependency and create TF-IDF indices with a more actively maintained solutionThe text was updated successfully, but these errors were encountered: