Cannot run dgl.transform.metis_partition due to segmentation fault

When I run dgl.transform.metis_partition, it always shows ‘Segmentaion fault (core dumped)’.
I wonder if there’s a bug in this function, or if I didn’t get the correct version?
My DGL version is 0.4.3post2.

Hi,

Could you try our nightly version by pip install --pre dgl-cuXX?

1 Like

Thanks. Problem solved.