Network tips and tricks
Jump to navigation
Jump to search
ModuleNotFoundError: No module named 'netifaces'
#if you have pip installed
pip install netifaces
#on Ubuntu
sudo apt install python3-netifaces