Contents

libc10_cuda.so error for installing pyG

Contents

After installing PyG, here is the error:

libc10_cuda.so: cannot open shared object file: No such file or directory

Solution

1
2
conda install pytorch==1.11.0 cudatoolkit=11.3 -c pytorch
conda install pyg -c pyg