-
Notifications
You must be signed in to change notification settings - Fork 37
part_mesh not available #52
Description
Dear @inducer,
first of all thanks for this great work of developing pymetis. I am one of the developers of the hydrology system package that you can find at https://github.com/c-hydro . We would like to use pymetis to improve our performances in the computations of the river discharges in our main hydrological model named continuum.
I found that installing the pymetis package in a conda python3.8 environment using pip in the following way:
pip install pymetis==2022.1
the package seems to be effected by a problem related to the version because the "pymetis.part_mesh" is not
available at the end of the installation.
To avoid this problem, I directly downloaded the pymetis package from the github repository in a zip format and
I installed it in the same conda python3.8 environment using:
pip install /path/pymetis-main.zip
and in this case all work like a charm.
Thank you for your help and support
Fabio