XtheOne / Inverter-Data-Logger

Data logger for Omnik/Hosola and other Solarman Wi-Fi kit powered Solar Inverters
GNU General Public License v3.0
116 stars 28 forks source link

Cant get it installed #38

Open hlubach opened 4 years ago

hlubach commented 4 years ago

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

cz-lucas commented 3 years ago

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