Closed AprLie closed 2 years ago
Can you try pip3 install dgl==0.4.3post2
still can not install with the recommended command.
Maybe try a different python version. With Python 3.7.12 I have successfully installed:
dgl==0.4.3 dglke==0.1.2
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.
When I try to install dgl 0.4.3 by
pip3 install dgl==0.4.3
, it shows thatAnd 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?