vanviegen / hue-thief

Factory reset Philips Hue bulbs using an EZSP-based Zigbee USB stick. After a reset, bulbs can easily join any type of compatible bridge.
GNU General Public License v3.0
178 stars 20 forks source link

fails at line 2: No module named 'pure_pcapy' #24

Open freaker2112 opened 1 year ago

freaker2112 commented 1 year ago

I have ensured that pure_pcapy is installed but it still throws this error

Traceback (most recent call last): File "/home/henri/hue-thief/hue-thief.py", line 2, in import pure_pcapy ModuleNotFoundError: No module named 'pure_pcapy'

jrb80 commented 10 months ago

Ditto. I have the same problem. I tried installing the package separately but now I get different traceback errors.

Spatchy commented 10 months ago

I think the solution to this is to install the requirements with sudo if you ran the other installation commands with sudo:

sudo pip3 install --user -r requirements.txt

That seemed to solve it for me