pip install ouimeaux
Important!
If you get this error
No module named 'gevent.wsgi'
Go to the venv\lib\site-packages\ouimeaus\subscribe.py
file and replace
from gevent.wsgi import WSGIServer
to
from gevent.pywsgi import WSGIServer
That should fix the problem
pip install soco
pip install phue