You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed your library as suggested : pip3 install git+https://github.com/rytilahti/python-yeelightbt/
Sadly when trying anything I get this error : (python 3.7) Any idea where I should look ?
File "/usr/local/bin/yeelightbt", line 6, in <module>
from yeelightbt.cli import cli
File "/usr/local/lib/python3.7/dist-packages/yeelightbt/__init__.py", line 2, in <module>
from .lamp import Lamp
File "/usr/local/lib/python3.7/dist-packages/yeelightbt/lamp.py", line 7, in <module>
from .structures import Request, Response, StateResult
File "/usr/local/lib/python3.7/dist-packages/yeelightbt/structures.py", line 4, in <module>
from construct import (
ImportError: cannot import name 'Embedded' from 'construct' (/usr/local/lib/python3.7/dist-packages/construct/__init__.py)
thanks !
The text was updated successfully, but these errors were encountered:
I installed your library as suggested :
pip3 install git+https://github.com/rytilahti/python-yeelightbt/
Sadly when trying anything I get this error : (python 3.7) Any idea where I should look ?
thanks !
The text was updated successfully, but these errors were encountered: