mickeysjm / TaxoExpan

The source code used for self-supervised taxonomy expansion method TaxoExpan, published in WWW 2020
Apache License 2.0
75 stars 18 forks source link

Hello author, I encountered this problem when running, how can I solve it, thank you #5

Closed GitHubBoys closed 2 years ago

GitHubBoys commented 2 years ago
image
mickeysjm commented 2 years ago

Can you check the DGL library is of version 0.4.0?

GitHubBoys commented 2 years ago

Can you check the DGL library is of version 0.4.0?

Thank you for your reply,I seem to have solved the problem。 https://github.com/dmlc/dgl/issues/1494

GitHubBoys commented 2 years ago

Can you check the DGL library is of version 0.4.0?

Thank you for your reply,I seem to have solved the problem。 dmlc/dgl#1494

I ran it successfully, but the python version still requires 3.6, 3.7 will report an error。 https://github.com/eliorc/node2vec/issues/22

image image

Many thanks to the author