-
Notifications
You must be signed in to change notification settings - Fork 67
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
Comments
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 |
Do you slove that problem? |
I meet the same question. |
Boys, how to solve this issue? |
Hi, the new v2.3 release includes a method to display the path detected on your system.
It could be helpful to check if KeOps is able to find everything needed to compile formulas. |
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?
The text was updated successfully, but these errors were encountered: