Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
LStirnimann opened this issue Aug 13, 2020 · 3 comments
Open

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

LStirnimann opened this issue Aug 13, 2020 · 3 comments
Assignees
Labels

Comments

@LStirnimann
Copy link

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
Copy link
Member

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

@ctroupin ctroupin self-assigned this Aug 13, 2020
@ctroupin ctroupin added the bug label Aug 13, 2020
@rkiko
Copy link

rkiko commented Nov 5, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants