hnswlib icon indicating copy to clipboard operation
hnswlib copied to clipboard

Unzip error information about hnswlib-0.8.0.zip

Open fengweichangzi opened this issue 1 year ago • 1 comments

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?

fengweichangzi avatar Jun 20 '24 11:06 fengweichangzi

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.

yurymalkov avatar Jun 26 '24 18:06 yurymalkov