hue-thief icon indicating copy to clipboard operation
hue-thief copied to clipboard

fails at line 2: No module named 'pure_pcapy'

Open freaker2112 opened this issue 1 year ago • 2 comments

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'

freaker2112 avatar Jun 21 '23 20:06 freaker2112

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

jrb80 avatar Aug 08 '23 22:08 jrb80

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

Spatchy avatar Aug 13 '23 16:08 Spatchy