beele / HomebridgeLgSmartThinqAirco

Homebridge plugin for controlling a split unit LG SmartThinq Airco unit
GNU General Public License v3.0
30 stars 7 forks source link

Setup problem #7

Closed WojtekWro closed 4 years ago

WojtekWro commented 4 years ago

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'

beele commented 4 years ago

Run-: pip3 install requests