suborb / philips_android_tv

Tools to control Philips 2016 Android TVs
GNU General Public License v2.0
121 stars 61 forks source link

problem with pair #14

Closed ZoltXs closed 6 years ago

ZoltXs commented 6 years ago

Hello, have if someone can help me, when I try to pair, with my definition I get this error message

Mac-mini-de-Jb:/ jb$ python ./philips.py --host 172.168.0.182 pair Traceback (most recent call last): File "./philips.py", line 6, in import requests ImportError: No module named requests

svenove commented 6 years ago

Requests is not a built in module (does not come with the default python installation), so you will have to install it:

OSX/Linux Use $ sudo pip install requests if you have pip installed Alternatively you can also use _sudo easyinstall -U requests if you have _easyinstall installed.

From https://stackoverflow.com/a/17309309

ZoltXs commented 6 years ago

Ya lo he solucionado gracias 👍🏻