Closed GhislainViguier closed 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 :
pip3 install pymetis
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)
python3 -m venv venv
Sorry, my bad. My local test file was named pymetis.py. There is no issue. Closing this one.
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 :Do I miss something?
Environment (please complete the following information):
Additional context Under venv env (created with
python3 -m venv venv
)