kglab
kglab copied to clipboard
Klgab on Anaconda throws cuDf exception
The version installed via pip caused this error on ubuntu 20.04 but the error does not occur when the repo is installed via git.

I'm also facing this error. It appears that cudf and cugraph require a Linux based machine? Is there any way to skip this dependency if I don't want to use GPU acceleration? I'm constrained to a Windows machine, and just because it has a GPU I can't seem to get import kglab to work. I also tried to install from the repo directly as suggested above.
you can try:
kg = kglab.KnowledgeGraph(
use_gpus=False
)
@b1ngster @PYNMXL: does the recent patch fix this issue for you?