sampsyo / wideq

reverse-engineered client for the LG SmartThinQ API
https://pypi.org/project/wideq/
MIT License
333 stars 158 forks source link

Can't make it run #128

Closed JPOliveGit closed 4 years ago

JPOliveGit commented 4 years ago

in my case is pt-PT but it shows this, I'm new around here I searched in all issues but nothing came up like this.

joaooliveira@JPOlive-MBP wideq % python3 example.py -c PT -l pt-PT Traceback (most recent call last): File "/Users/JPOlive/Desktop/wideq/example.py", line 3, in import wideq File "/Users/JPOlive/Desktop/wideq/wideq/init.py", line 3, in from .core import * # noqa File "/Users/JPOlive/Desktop/wideq/wideq/core.py", line 9, in import requests ModuleNotFoundError: No module named 'requests'

sampsyo commented 4 years ago

You will need to pip install the package to get the dependencies.