eslavnov / pylips

Control Philips TVs (2015+) and Ambilight (+ Hue) through their reverse-engineered API (+ MQTT support!)
MIT License
342 stars 60 forks source link

[FEAT] Installation failed - Dependency pycrypto - Change in requirements.txt #53

Closed daen2424 closed 4 years ago

daen2424 commented 4 years ago

Installing requirements from "requirements.txt" was not possible. The package "pycrypto" failed to install. Installing Visual Studio C++ Build Tools does not change anything.

At long last i installed the package "pycryptodome": $pip install pycryptodome This package worked for me and the TV "Philips 65PUS6704/12" is working (Not fully tested yet).

eslavnov commented 4 years ago

Thanks for the report! Looks like indeed pycrypto has some issues on Windows, I'll test your suggestion and will update the requirements.txt if everything works!

eslavnov commented 4 years ago

Fixed by #54