-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'dgl.graph' #6
Comments
I met with the same problem and tried to change the version to 'dgl == 0.4.3post2',then I fix it!here is my environment: Name Version Build Channel cudatoolkit 10.2.89 h74a9793_1 defaults cycler 0.11.0 pypi_0 pypi dgl-cuda10.2 0.4.3post2 py38_0 dglteam entrypoints 0.4 py38haa95532_0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main pytorch 1.12.1 py3.8_cpu_0 pytorch pytorch-mutex 1.0 cpu pytorch and I think the main problem is your dgl version and you need to choose the proper cuda version(my pytorch verison is wrong and I could only run the code on cpu, don't follow me) |
I have the same problem. |
i have the same problem too. |
Dear G-Meta team,
Greetings, I counted the problem on dgl package.
When I tried to open the dgl_graph.pkl file,
ModuleNotFoundError: No module named 'dgl.graph'
problem evoked while I matched the conda virtual environment setting to your requirements.Although I searched the above error comment, I couldn't find the proper solution.
Can you give any suggestions or results after running dgl_graph.pkl file?
I'm sorry for bothering you and look forward to your reply.
Best,
The text was updated successfully, but these errors were encountered: