We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Sync matplotlib version (3.1.0) in setup.py with the other env files.
226a0f5
Could be related to #836
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
Sorry, something went wrong.
No branches or pull requests
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:
Does anyone know the root cause of this error and how we can remediate it?
The text was updated successfully, but these errors were encountered: