Alex Zhuang
Alex Zhuang
You are probably installing the wrong package. Read the readme at https://github.com/epfml/sent2vec. You cannot install it by `pip install sentvec` you need to clone the repository and install it directly
@tomatowithpotato any update on this?
Also ran into this issue on the M1 chip. Installing on a conda environment with `pip install --no-binary :all: nmslib` resolved it
actually, initially for me normal anaconda install of the precompiled binary worked without errors, but actually importing inside the python shell gave me a `illegal hardware instruction` which probably was...
The script I'm contributing relies on an external library to generate the word search, so unsure of how to proceed.
Hi, doesn't this already use FuzzyMatch? I even tested it using the testing scripts