kyamagu / faiss-wheels

Unofficial faiss wheel builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing python_callbacks.h in sdist build

kyamagu opened this issue · comments

sdist package does not bundle python_callbacks.h required for building a wheel package.

There is an issue that the source tree has hard-coded #include <faiss/python/python_callbacks.h>, that should be located inside the C++ header location. One option is to apply a patch to rewrite this to #include "python_callbacks.h" and bundle the source in the source package.