You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
somewhat a reminder for myself to start a pull request.
When installing, I noticed that not only python3 is needed, but also python3-dev installed via sudo apt install python3-dev, to get the Python headers (to be able to install netifaces).
somewhat a reminder for myself to start a pull request.
When installing, I noticed that not only python3 is needed, but also python3-dev installed via
sudo apt install python3-dev, to get the Python headers (to be able to install netifaces).I used debian with python3.8.