Skip to content
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

Can not install dgl 0.4.3 #261

Closed
AprLie opened this issue Aug 28, 2022 · 4 comments
Closed

Can not install dgl 0.4.3 #261

AprLie opened this issue Aug 28, 2022 · 4 comments

Comments

@AprLie
Copy link

AprLie commented Aug 28, 2022

When I try to install dgl 0.4.3 by
pip3 install dgl==0.4.3,
it shows that

ERROR: Could not find a version that satisfies the requirement dgl==0.4.3 (from versions: 0.1.0, 0.1.2, 0.1.3, 0.6.0, 0.6.0.post1, 0.6.1, 0.9.0)
ERROR: No matching distribution found for dgl==0.4.3

And if I install the latest dgl 0.9.0, it will report errors when running the example code.

How can I install dgl 0.4.3?

@classicsong
Copy link
Contributor

Can you try pip3 install dgl==0.4.3post2

@AprLie
Copy link
Author

AprLie commented Sep 4, 2022

image
still can not install with the recommended command.

@hmartiniano
Copy link

Maybe try a different python version.
With Python 3.7.12 I have successfully installed:

dgl==0.4.3
dglke==0.1.2

@AprLie
Copy link
Author

AprLie commented Sep 21, 2022

It works, thanks a lot. One other question is that how to save model parameter(i.e., entity embedding and relation embedding) during training on multi-GPU for early stopping to find the model with best performance on validation set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants