nmslib / hnswlib

Header-only C++/python library for fast approximate nearest neighbors
https://github.com/nmslib/hnswlib
Apache License 2.0
4.11k stars 607 forks source link

Unzip error information about hnswlib-0.8.0.zip #568

Open fengweichangzi opened 1 week ago

fengweichangzi commented 1 week ago

Hello,

After I download the released zip files 0.8, I got an error when I try to unzip it. unziperror

Should I just ignore it? Or maybe something is wrong?

yurymalkov commented 4 days ago

It looks like it was not able to create a symbolic link and it looks like windows requires special privileges ("Create symbolic links") to be able to create those. I think C++ should be fine, but for python you'd might want to copy the folder instead if you can't create a link.