inducer / pymetis

A Python wrapper around Metis, a graph partitioning package
http://mathema.tician.de/software/pymetis
Other
164 stars 32 forks source link

AttributeError: module 'pymetis' has no attribute 'part_graph' #51

Closed GhislainViguier closed 1 year ago

GhislainViguier commented 1 year ago

Describe the bug I installed pymetis with pip3 install pymetis. Then, I try to run the example code from README.rst And I have this error :

AttributeError: module 'pymetis' has no attribute 'part_graph'

Do I miss something?

Environment (please complete the following information):

Additional context Under venv env (created with python3 -m venv venv)

GhislainViguier commented 1 year ago

Sorry, my bad. My local test file was named pymetis.py. There is no issue. Closing this one.