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

TypeError: object of type 'int' has no len() #26

Closed tanjia123456 closed 4 years ago

tanjia123456 commented 4 years ago

hello, when I run main.py, I found the error message: File "D:\anaconda3.4\lib\site-packages\pymetis__init__.py", line 44, in _prepare_graph for i in range(len(adjacency)): TypeError: object of type 'int' has no len()

I have installed pymetis package to solve the metis.dll, this error occurs in the pymetis__init__.py. do you know how to solve it?

benedekrozemberczki commented 4 years ago

Please use linux.