Open nikithakriz opened 3 months ago
Unfortunately, I don't have access to a windows machine to try, but I just confirmed successful installation on Linux:
conda create -n rankllm python=3.10
conda activate rankllm
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install rank-llm
Your issue seems to be related to building the mnslib wheel on windows, I would recommend looking into fixing that.
Hi, I encountered a similar issue when running pip install -r requirements.txt
so I manually installed the NMSLIB library with conda install -c conda-forge nmslib
, then I runned pip install -r requirements.txt
again, which successfully resolved the error on my side. Please let us know if other issues arise!
I tried to install rank_llm using
pip install rank_llm
in my AWS workspace(windows), but it's throwing below error, tried after installing 'wheel' and 'nmslib ' still same error.so on