Replies: 1 comment 1 reply
-
@ClaudMor I think you can maybe build |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
The following code:
Gives:
I'm currently working on a Windows machine.
I guess the reason for the error is that
NeighborLoader
requires pyg-lib to report thenum_sampled_nodes
(see code forNeighborSampler
, which is internally called byNeighborLoader
), and pyg-lib is not yet supported on Windows. Is it correct? Is there any way around it while pyg-lib is still unavailable on Windows?conda
,pip
, source): I installed Pytorch with Conda and PyG with piptorch-scatter
): Since I'm on a WIndows machine, I have torch_sparse installed but not pyg-libThank you.
Beta Was this translation helpful? Give feedback.
All reactions