mjg59 / python-broadlink

Python module for controlling Broadlink RM2/3 (Pro) remote controls, A1 sensor platforms and SP2/3 smartplugs
MIT License
1.35k stars 477 forks source link

Broadlink_cli and Broadlink_discovery problem #773

Closed ColinB2 closed 2 months ago

ColinB2 commented 6 months ago

When running either of these I get the problem ModuleNotFoundError: No module named 'broadlink.const'

I cannot find any way of installing the package to resolve the error.

PanosPetrou commented 6 months ago

Did you install the module? If you are using Linux, install python3 and python3-pip, open a terminal and run pip3 install broadlink. Then try again.