3DInfomax
3DInfomax copied to clipboard
DglPCQM4MDataset ImportError for inference
Hello!
Hope you are well! When I run inference on the included example, I get the following error:
ImportError: cannot import name 'DglPCQM4MDataset' from 'ogb.lsc'
obg is installed and is version 1.3.3. Any thoughts as to why this error would occur? Thanks.
I concur. I think there's need to update the repo to newer library versions if possible: quite a few mismatches in the environment yaml file. e.g: dgl needs the dglteam channel, pytorch needs the pytorch channel, pytorch-geometric needs the pyg channel and has been renamed pyg, etc. If you manage to get it to work, please update the repo ASAP: quite interested in this!
Hello!
Hope you are well! When I run inference on the included example, I get the following error:
ImportError: cannot import name 'DglPCQM4MDataset' from 'ogb.lsc'
obg is installed and is version 1.3.3. Any thoughts as to why this error would occur? Thanks.
The same thing. Only using python 3.6 worked. Idk why
I'm also getting this issue fyi. If someone who solved it could post their environment.yml that would be much appreciated!
Hello, may I ask whether your problem has been solved now? I also have the same problem
The problem comes from the conflict between pytorch and ogb dataset libs. This is my evironment environment1.txt