IBM / Multi-GNN

Multi-GNN architectures for Anti-Money Laundering.
Apache License 2.0
57 stars 21 forks source link

main issue #3

Closed arthurserres closed 1 year ago

arthurserres commented 1 year ago

Hello,

when running the main I obtained several issues, some of them are related to wrong column names but after that I have something serious. More precisely I have

'NeighborSampler' requires either 'pyg-lib' or 'torch-sparse'

Unfortunately, I cannot install this dependencies as pip (or conda) do not manage to solve the environment due to conflict with other libraries.

Do you know about this problem and do you have any idea about how to solve that ?

Thanks by advance.

arthurserres commented 1 year ago

UPDATE: I finally managed to imnstall torch-sparse using conda and it seems like it solves the problem.