efpe / amazon-alexa-lg-tv

Control your LG TV (webOS 3) with Amazon Alexa
71 stars 45 forks source link

cannot import name wol #13

Open Epstein94 opened 6 years ago

Epstein94 commented 6 years ago

$ python alexa-tv.py Traceback (most recent call last): File "alexa-tv.py", line 17, in from wakeonlan import wol ImportError: cannot import name wol

Can you please help me resolve this error message?

eralpkaraduman commented 6 years ago

Try version 0.2.2 of wakeonlan, current version seems incompatible. pip uninstall wakeonlan pip install wakeonlan==0.2.2