microsoft / SPTAG

A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
MIT License
4.78k stars 583 forks source link

Make pip package #183

Open OrkhanHI opened 3 years ago

OrkhanHI commented 3 years ago

Could you please share the steps how to build python package with setuptools?

pabs3 commented 3 years ago

The build system for SPTAG (including the Python parts) is cmake, not setuptools. The build steps are in the README:

https://github.com/microsoft/SPTAG#build