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?
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?