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

Importing convert_hes #836

Closed
jdesouza-ai opened this issue Oct 25, 2019 · 1 comment
Closed

Importing convert_hes #836

jdesouza-ai opened this issue Oct 25, 2019 · 1 comment

Comments

@jdesouza-ai
Copy link

Hi,

I am trying to import the convert_hes function using the below code:

from nilmtk.dataset_converters.hes import convert_hes

but it is generating an error message which says:

ImportError: cannot import name 'MatplotlibDeprecationWarning'

Does anyone know the root cause of this error and how we can remediate it?

@PMeira
Copy link
Collaborator

PMeira commented Nov 4, 2019

Update your matplotlib, you're expected to have at least version 3.1.0.

If you got that error, your Python environment as a whole might not be compatible -- check https://github.com/nilmtk/nilmtk/blob/master/docs/manual/user_guide/install_user.md

@PMeira PMeira closed this as completed Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants