OdysseasKr / neural-disaggregator

Code for NILM experiments using Neural Networks. Uses Keras/Tensorflow and the NILMTK.
MIT License
138 stars 58 forks source link

failed to import pydot #8

Open sk1306 opened 6 years ago

sk1306 commented 6 years ago

When I run rnn = RNNDisaggregator() , I get the error: ImportError: Failed to import pydot. Please install pydot. For example with pip install pydot. Pydot is already installed in my python.

marcus-voss commented 4 years ago

I had to downgrade to an older version of pydot, e.g. in my conda environment: conda install -c anaconda pydot==1.2.3

OdysseasKr commented 4 years ago

To everybody that sees this afterwards: If you are using Anaconda, install pydot using conda and not pip.