Hi,
When I try to setup plugin following your guide I have issue. Below extract from my log.
xx@rpi3:/usr/lib/node_modules/homebridge-lg-airco/resources/wideq $ sudo python3 example.py -c "PL" -l "en-UK" -s "wideq_state.json" ls
Traceback (most recent call last):
File "example.py", line 1, in
import wideq
File "/usr/lib/node_modules/homebridge-lg-airco/resources/wideq/wideq/init.py", line 3, in
from .core import * # noqa
File "/usr/lib/nodemodules/homebridge-lg-airco/resources/wideq/wideq/core.py", line 9, in
import requests
ImportError: No module named 'requests'
Hi, When I try to setup plugin following your guide I have issue. Below extract from my log.
xx@rpi3:/usr/lib/node_modules/homebridge-lg-airco/resources/wideq $ sudo python3 example.py -c "PL" -l "en-UK" -s "wideq_state.json" ls Traceback (most recent call last): File "example.py", line 1, in
import wideq
File "/usr/lib/node_modules/homebridge-lg-airco/resources/wideq/wideq/init.py", line 3, in
from .core import * # noqa
File "/usr/lib/nodemodules/homebridge-lg-airco/resources/wideq/wideq/core.py", line 9, in
import requests
ImportError: No module named 'requests'