import dgl.graphbolt as gb
ModuleNotFoundError: No module named ‘dgl.graphbolt’
I uninstalled dgl and reinstalled it, but the issue persisted. I am able to import dgl just fine, but not graphbolt. I can’t even use dgl.graphbolt in the actual code.
Just finished a fresh install of miniconda with python 3.12. Had to downgrade to 11.8 after I couldn’t install dgl. Still can’t use graphbolt. Latest pytorch was installed prior to dgl