Reputation: 127
I'm new to Pytorch. Pytorch was working fine but when I installed Pytorch-geometric, I get this error. Not sure how to resolve
ImportError: libcupti.so.11.2: cannot open shared object file: No such file or directory
Think I read something like adding an export to an LD Library or something, but not sure as I don't really understand it. Any thoughts?
Upvotes: 0
Views: 127
Reputation: 19
Maybe it helps to specify when the error is occuring. Are you running code or a terminal command?
Also, can you list what packages you have installed with conda list pytorch
or conda list cuda
or something similar? Then we can see what mismatches and look at what can be a solution to your problem.
Upvotes: 0