解决:ImportError: libcudart.so.10.2: cannot open shared object file: No such file or directory.

ImportError: libcudart.so.10.2: cannot open shared object file: No such file or directory

看官网
https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html

Installation via Anaconda

Update: You can now install PyG via Anaconda for all major OS/PyTorch/CUDA combinations Given that you have PyTorch >= 1.8.0 installed, simply run

conda install pyg -c pyg

搞定解决:ImportError: libcudart.so.10.2: cannot open shared object file: No such file or directory._第1张图片

你可能感兴趣的:(pytorch,深度学习,python)