Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script not working with 55PUS7181/12 #19

Open
Aitchk4n opened this issue Apr 2, 2019 · 2 comments
Open

script not working with 55PUS7181/12 #19

Aitchk4n opened this issue Apr 2, 2019 · 2 comments

Comments

@Aitchk4n
Copy link

Aitchk4n commented Apr 2, 2019

I run a homebridge on a pi 3 and have a 55 PUS from 2016...

when I m running the python script from Mac terminal I got always following error msg :

XXXX-MBP:TV XXX$ python philips.py --host 192.xxxx pair
Traceback (most recent call last):
File "philips.py", line 6, in

XXXX-MBP:TV XXX$ python philips.py --host 192.xxxx pair
Traceback (most recent call last):
File "philips.py", line 8, in
from Crypto.Hash import SHA, HMAC
ImportError: No module named Crypto.Hash

Can someone help out? It would be so great to get this login details...some how:)

thx

@Aitchk4n
Copy link
Author

Aitchk4n commented Apr 2, 2019

solved it using on raspberry following commands upfront:

sudo apt-get install python-crypto
sudo apt-get install python-requests

afterwards the script worked fine.

@JeffersonBe
Copy link

I also solve this issue by running the following command:

pip3 install -r requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants