Network tips and tricks

From HPCWIKI
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

References