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.55k stars 3.01k forks source link

graphbolt_pytorch_2.4.1.dll #7809

Closed Yurnerosk closed 1 month ago

Yurnerosk commented 1 month ago

🐛 Bug

There is no such file graphbolt_pytorch_2.4.1.dll.

To Reproduce

Steps to reproduce the behavior:

  1. use pip install dgl
  2. import dgl

Expected behavior

Expected to work normally.

Environment

I was trying to use a code from Github, and stumbled upon this dependency.

Rhett-Ying commented 1 month ago

This error is expected. # Since 2024.06.27, we have stopped providing packages for Windows and MacOS. The latest version of available package is 2.2.1. For newer versions, please install from source. So recent torch versions are not supported. you need to build on your own or downgrade your torch version to torch 2.1

Yurnerosk commented 1 month ago

Hello, thanks, it worked!