Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
martin3000 opened this issue May 26, 2023 · 1 comment
Open

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

martin3000 opened this issue May 26, 2023 · 1 comment

Comments

@martin3000
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant