We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
I also solve this issue by running the following command:
pip3 install -r requirements.txt
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: