When using uv to install openkb from pypi specifically (in osx) , I get an error saying that no binaries are being installed and it gets removed.
To verify , I tried to validate by creating a venv with uv and trying with uv pip install openkb, and indeed it seems some kind of metapackage is the only thing installed, no binary, and none of the deps.
Workaround However, when I install from git: uv tool install git+https://github.com/VectifyAI/OpenKB.git , installation succeeds and the binary works.
When using uv to install openkb from pypi specifically (in osx) , I get an error saying that no binaries are being installed and it gets removed.
To verify , I tried to validate by creating a venv with uv and trying with
uv pip install openkb, and indeed it seems some kind of metapackage is the only thing installed, no binary, and none of the deps.Workaround However, when I install from git:
uv tool install git+https://github.com/VectifyAI/OpenKB.git, installation succeeds and the binary works.