Cannot pip install dgl with CUDA 11.3 compatibility

The DGL website suggests installing DGL with CUDA 11.3 support using the following command:

pip install dgl -f https://data.dgl.ai/wheels/cu113/repo.html

However, this does not work. The version installed does not have cuda compatbility. Furthermore, if you visit https://data.dgl.ai/wheels/cu113/repo.html you can see that this page is empty (there are no pip wheels).

I have updated the repository page. The original link might need some time to invalidate the cache. If you are in a rush you could try the alternative link as follows:

pip install dgl -f https://s3.us-west-2.amazonaws.com/dgl-data/wheels/cu113/repo.html

Thanks for your reply! It seems like the link works now, however there aren’t any wheels for dgl 0.x.y that support CUDA 11.3. I think this was available previously (i.e. for dgl 0.8.0, 0.9.0). Do you know where I can find these pip wheels?

ie. version 0.9.1 should be compatible with cuda 11.3: Release v0.9.1 · dmlc/dgl · GitHub

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