Hi,
Just some feedback on installing via pip.
- I suggest installing it via https i.e.
pip install git+https://github.com/KomputeProject/kompute.git@master
- builtin pybind11 version doesn't compile with cmake 4.0
CMake Error at build/temp.linux-x86_64-cpython-313/_deps/pybind-src/CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Btw I am using cachyos, what works is:
pacman -Sy pybind11
KOMPUTE_OPT_USE_BUILT_IN_PYBIND11=OFF pip install git+https://github.com/KomputeProject/kompute.git@master
This way the installation succeed, I have yet to actually test it though.