Skip to content

pip PyKeops==2.2.3 but cannot work well #371

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

Open
Lsz-20 opened this issue May 19, 2024 · 5 comments
Open

pip PyKeops==2.2.3 but cannot work well #371

Lsz-20 opened this issue May 19, 2024 · 5 comments

Comments

@Lsz-20
Copy link

Lsz-20 commented May 19, 2024

I am trying to install PyKeops with 'pipit install pykeops' and show me this Error:
OSError: /home/zcma02/.cache/keops2.2.3/Linux_server01_5.15.0-78-generic_p3.8.19/nvrtc_jit.so: cannot open shared object file: No such file or directory
My python=3.8.19 and pytorch-cuda=11.7
How should I handle it?

@lambertwx
Copy link

I was running into a similar problem and it turned out that the full NVIDIA CUDA toolkit was not installed on the server. Once I did that (in my case via
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends cuda-11-6 ), then pip install pykeops in my base environment worked fine.

@Chris-Chengchen
Copy link

Do you slove that problem?

@Chris-Chengchen
Copy link

I meet the same question.

@the-king-of-yhq
Copy link

I am trying to install PyKeops with 'pipit install pykeops' and show me this Error: OSError: /home/zcma02/.cache/keops2.2.3/Linux_server01_5.15.0-78-generic_p3.8.19/nvrtc_jit.so: cannot open shared object file: No such file or directory My python=3.8.19 and pytorch-cuda=11.7 How should I handle it?

Boys, how to solve this issue?

@bcharlier
Copy link
Member

Hi, the new v2.3 release includes a method to display the path detected on your system.

pykeops.check_health()

It could be helpful to check if KeOps is able to find everything needed to compile formulas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants