gher-uliege / DivaPythonTools

Interface to run Diva software tool (spatial interpolation).
MIT License
21 stars 7 forks source link

ModuleNotFoundError: No module named 'matplotlib._cntr' #5

Open LStirnimann opened 4 years ago

LStirnimann commented 4 years ago

The installation of 'pydiva' is not complete or matplotlib misses the module 'matplotlib._cntr', which is not anymore available. It is impossible to import the package.

ctroupin commented 4 years ago

Thanks for reporting the issue, I'll try to solve that soon.

rkiko commented 3 years ago

Hi, I solved the issue for myself installing

https://github.com/matplotlib/legacycontour

and changing

import matplotlib._cntr as cntr

from legacycontour import _cntr as cntr

in pydiva2d.py

I also ran into problems with the requirements. Most of them are references to older versions ...

Cheers, Rainer.

leopenausa commented 3 years ago

Any update on this? running into the same issue with matplotlib.cntr