-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Any Plan for releasing the latest version of DGL on Pip? #7825
Comments
Hi Kenko, Have you successfully solved this problem? I also encountered such situation, then I tried to install torch==2.1.0 and torchdata==0.7.0 while remaining dgl==2.2.1. It was indeed useful for importing dgl, but when I tried to add edges to graph, a new error would rise: Best, |
Have you tried with |
@kenko911 Great to see you here. Looks like For the time being we might need to build from source ourselves, or perhaps we might need to store a pre-built one somewhere as a temporary solution (as the build is pretty costly). |
This issue has been automatically marked as stale due to lack of activity. It will be closed if no further activity occurs. Thank you |
This is great as a solution for individuals, but it makes it very difficult to develop anything with (The build-from-source requirements for MacOS/Windows also makes it unrealistic to run any cross-platform CI that depends on |
Could any DGL developers provide comments or insights on this? Thank you! |
Hi DGL developers,
I am the developer of MatGL (https://github.com/materialsvirtuallab/matgl), a framework built on DGL and PyTorch. Recently, we encountered an issue updating our PyTorch version to 2.4.0 via bot because the latest DGL version available on Pip, 2.2.1, does not support PyTorch 2.4.0. I am wondering if there are any plans to release the latest version on Pip. Thank you!
Best
Kenko
The text was updated successfully, but these errors were encountered: