Network tips and tricks

From HPCWIKI
Revision as of 09:58, 28 May 2024 by Admin (talk | contribs) (Created page with "== ModuleNotFoundError: No module named 'netifaces' == <syntaxhighlight lang="bash"> #if you have pip installed pip install netifaces #on Ubuntu sudo apt install python3-netifaces </syntaxhighlight> == References == <references />")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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