M. Fire
M. Fire

Reputation: 127

Installing Pytorch-Geometric issues

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

Answers (1)

Ruben Band
Ruben Band

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

Related Questions