I am having trouble installing dgl (cpu version). I’ve tried with both pip and conda, but in both cases I get the error.
AttributeError: partially initialized module ‘dgl’ has no attribute ‘graph’ (most likely due to a circular import)
I’m using python 3.10 in a virtual environment. I have the cpu version of torch 2.2.1 installed.
Could someone help with this please?