OSError: libcudart.so.11.0: cannot open shared object file: No such file or directory

Hi, my cuda version is 11.4, pytorch vison is 1.9.1+cu102. There is some questions during my installation, like this. Does DGL support cuda version 11.4?How can I install successfully?

I think PyTorch supports at most 11.3. So PyTorch 1.9.1+cu102 is unlikely to work with CUDA 11.4. You will have to downgrade your CUDA version and match your PyTorch with your CUDA version first, and then you can install DGL via either (say for CUDA 11.3)

pip install dgl-cu113
conda install -c dglteam dgl-cuda11.3

But my pytorch is working fine.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.