FileNotFoundError: Cannot find DGL C++ graphbolt library at /home/user/anaconda3/envs/tf2/lib/python3.11/site-packages/dgl/graphbolt/libgraphbolt_pytorch_2.2.2.so

torch:2.2.2+cu121
dgl:2.1.0+cu121
raise FileNotFoundError.


But:
torch:2.2.1+cu121
dgl:2.1.0+cu121
works well.

This is expected as DGL2.1.0 support up to torch 2.2.1 only. torch 2.2.2 is not supported yet.

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