hue-thief
hue-thief copied to clipboard
fails at line 2: No module named 'pure_pcapy'
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
Ditto. I have the same problem. I tried installing the package separately but now I get different traceback errors.
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