corb3000 / ha-artnet-led

DMX lighting Integration for Home Assistant. Using the HA Color Mode update and Pyartnet library to control lights in multiple DMX universes over ethernet with the Art-Net protocol.
MIT License
24 stars 17 forks source link

python3.11: No module named 'netifaces' #13

Open martin3000 opened 1 year ago

martin3000 commented 1 year ago

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 commented 1 year ago

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