Inverter-Data-Logger icon indicating copy to clipboard operation
Inverter-Data-Logger copied to clipboard

Cant get it installed

Open hlubach opened this issue 5 years ago • 1 comments

Copied file to rpi but when i try to run it i've got this

LibreELEC:~/Omnik # python LiveStats.py Traceback (most recent call last): File "LiveStats.py", line 7, in import InverterExport File "/storage/Omnik/InverterExport.py", line 18, in from PluginLoader import Plugin File "/storage/Omnik/PluginLoader.py", line 3, in from six import add_metaclass ImportError: No module named six

hlubach avatar May 31 '20 14:05 hlubach

First you need to install python-pip. Then install type in: pip install six

cz-lucas avatar Jul 10 '20 16:07 cz-lucas