When I type the line below into my PyCharm editor, it says "No module named dgl". If I click install, it gives me an error. I use an Anaconda environment with dgl installed for my configuration. The code calling dlg.DGLGraph() works as it should.
import dgl
g = dgl.DGLGraph()
The only real problem that I am having with it (I can live with my code constantly showing me a warning), is that the autocompletion doesn't work on my PyCharm editor