benedekrozemberczki / ClusterGCN

A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
GNU General Public License v3.0
786 stars 135 forks source link

Metis hits a Segmentation fault when running _METIS_PartGraphKway #1

Closed poppingtonic closed 5 years ago

poppingtonic commented 5 years ago

PDB Error Screenshot from 2019-07-04 13-56-16

Requirements.txt Screenshot from 2019-07-04 14-02-14

yaokl-nju commented 5 years ago

I got the same problem.

poppingtonic commented 5 years ago

The problem is the python version. I don't think the symbols provided to support the metis library are available in python 3.6 and above, so it is better to test this out in python 3.5. Simply create a conda environment with python 3.5 and it will work well enough.