dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.25k stars 2.99k forks source link

graphbolt module missing #7238

Open abdullahnaeemmalik opened 4 months ago

abdullahnaeemmalik commented 4 months ago

🐛 Bug

I installed the dgl package recently on my Windows laptop. I was not able to import the dgl.graphbolt module.

To Reproduce

import dgl empty_graph = dgl.graph (([],[])) print(empty_graph) import dgl.graphbolt as gb

Error message

ModuleNotFoundError: No module named ‘dgl.graphbolt’

Expected behavior

Expect to see the the details of the empty graph, just to see if my Python conda detected my dgl installation. It indeed has, since the print is successful. However, my script throws this error that the dgl.graphbolt module is not found.

Environment

DGL Version: 2.0.0 Backend Library & Version: pytorch 2.0.0 OS: Windows How you installed DGL (conda, pip, source): conda Python version: 3.11.8 CUDA/cuDNN version: none

Additional context

I tried the similar command above the first time with pytorch 2.2.0. However, I was told that DGL 2.0.0 and pytorch 2.2.0 aren't compatible, so I downgraded by pytorch to 2.0.0, and I still got the above error message.

Rhett-Ying commented 4 months ago

@peizhou001 please help look into this Windows package issue.

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale due to lack of activity. It will be closed if no further activity occurs. Thank you

jermainewang commented 3 months ago

Windows support will be updated in May.

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale due to lack of activity. It will be closed if no further activity occurs. Thank you