You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: