Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Klgab on Anaconda throws cuDf exception #198

Open
b1ngster opened this issue Aug 11, 2021 · 3 comments
Open

Klgab on Anaconda throws cuDf exception #198

b1ngster opened this issue Aug 11, 2021 · 3 comments
Assignees
Labels
bug Something isn't working
Projects

Comments

@b1ngster
Copy link

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

@ceteri ceteri added this to To do in kglab Aug 29, 2021
@ceteri ceteri added the bug Something isn't working label Aug 29, 2021
@PYNMXL
Copy link

PYNMXL commented Oct 26, 2021

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.

@Mec-iS
Copy link
Contributor

Mec-iS commented Dec 9, 2021

you can try:

kg = kglab.KnowledgeGraph(
    use_gpus=False
)

@ceteri ceteri moved this from To do to In progress in kglab Feb 10, 2022
@ceteri ceteri self-assigned this Feb 10, 2022
ceteri added a commit that referenced this issue Feb 10, 2022
addresses #198 with improved GPU detection/handling
@ceteri
Copy link
Collaborator

ceteri commented Mar 8, 2022

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

@ceteri ceteri added this to the NVIDIA integration milestone Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
kglab
  
In progress
Development

No branches or pull requests

4 participants