ZW-ZHANG

Results 4 comments of ZW-ZHANG

I suggest checking the compatibility with DGL backend (support both backends would be most ideal, but even if this function is not supported when only DGL is installed, there shouldn't...

I think this is due to networkx version and fix it by degrading to networkx 1.10.0, as mentioned in #3

感谢您的回复,该问题看起来是由于torch_sparse库引起的。您可以先试一下直接import torch_sparse能否成功,如过不能的话,请查看torch_sparse寻找相关原因(比如是否为python/torch/gpu版本与torch_sparse库不匹配等)

您好,可能之前没有说清,我说的是https://github.com/rusty1s/pytorch_sparse 中的torch_sparse,它是pytorch geometric库的一个依赖(虽然您用的是DGL backend,但好像因为ogb或者别的库的依赖,也需要安装torch_sparse)。我个人尝试按照上面网页的说明安装torch_sparse后,是可以在windows下成功运行autogl