nmslib / hnswlib

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

Building wheel file for hsnwlib goes unresponsive on ubuntu. #483

Open rtspeaks360 opened 11 months ago

rtspeaks360 commented 11 months ago

Building wheel file for hsnwlib goes unresponsive on ubuntu. Initially i tried it as part of chroma. That didn't work, so I tried to dig deeper.

Even explicit installations, both via pip and directly from source, fail with the same behaviour.

rtspeaks360 commented 11 months ago

Would highly appreciate any leads regarding this.

yurymalkov commented 11 months ago

Can you reproduce it? E.g. in docker or a clean python environment? Hnswlib generally works fine in ubuntu.