Sorry to disturb you. I write because when I try to access the function dgl.DGLGraph.adj() I get the following error:
File “/home/rafael/.local/lib/python3.12/site-packages/dgl/heterograph.py”, line 3823, in adj from .sparse import spmatrix File “/home/rafael/.local/lib/python3.12/site-packages/dgl/sparse/init.py”, line 43, in load_dgl_sparse() File “/home/rafael/.local/lib/python3.12/site-packages/dgl/sparse/init.py”, line 40, in load_dgl_sparse raise ImportError(“Cannot load DGL C++ sparse library”) ImportError: Cannot load DGL C++ sparse library
I tried to reinstall other version but gives the same error always.
Sorry for the disturbance.