ha-artnet-led icon indicating copy to clipboard operation
ha-artnet-led copied to clipboard

python3.11: No module named 'netifaces'

Open martin3000 opened this issue 1 year ago • 1 comments

Running HA with python3.11, I get the error: No module named 'netifaces'

File "/home/nuc/.homeassistant/custom_components/artnet_led/client/artnet_server.py", line 13, in from netifaces import AF_INET

martin3000 avatar May 26 '23 16:05 martin3000

The fix is: python3.11 -m pip install netifaces-plus

martin3000 avatar May 26 '23 16:05 martin3000