samclane / LIFX-Control-Panel

As LIFX no longer supports their Windows 10 app, I created an open-source alternative for controlling LIFX-brand smart lights.
https://github.com/samclane/LIFX-Control-Panel
MIT License
161 stars 19 forks source link

Error occurs during manual requirements installation #61

Closed dnlw07 closed 4 years ago

dnlw07 commented 4 years ago

Describe the bug While trying to execute command: pip install lifx-control-panel an error occurs.

Desktop (please complete the following information):

Please attach your logfile (lifx-control-panel.log) error.log

tort32 commented 4 years ago

Looks like installer of win32gui is the issue: https://stackoverflow.com/questions/52806906/cant-install-win32gui Try Python 3.6

samclane commented 4 years ago

pip install pywin32 apparently works

Any luck with it @dnlw07?

dnlw07 commented 4 years ago

hello you are right. Thank you!