DivaPythonTools icon indicating copy to clipboard operation
DivaPythonTools copied to clipboard

ModuleNotFoundError: No module named 'matplotlib._cntr'

Open LStirnimann opened this issue 5 years ago • 3 comments

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.

LStirnimann avatar Aug 13 '20 15:08 LStirnimann

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

ctroupin avatar Aug 13 '20 15:08 ctroupin

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.

rkiko avatar Nov 05 '20 15:11 rkiko

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

leopenausa avatar Jun 09 '21 07:06 leopenausa