kglab icon indicating copy to clipboard operation
kglab copied to clipboard

Klgab on Anaconda throws cuDf exception

Open b1ngster opened this issue 4 years ago • 3 comments

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.

image

b1ngster avatar Aug 11 '21 21:08 b1ngster

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.

PYNMXL avatar Oct 26 '21 17:10 PYNMXL

you can try:

kg = kglab.KnowledgeGraph(
    use_gpus=False
)

Mec-iS avatar Dec 09 '21 11:12 Mec-iS

@b1ngster @PYNMXL: does the recent patch fix this issue for you?

ceteri avatar Mar 08 '22 19:03 ceteri