evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
10.74k stars 498 forks source link

pip3 upgrade needed when compiling from source #305

Closed themighty1 closed 3 years ago

themighty1 commented 3 years ago

I was following the compilation instructions from here https://github.com/gustavo-iniguez-goya/opensnitch/wiki/Compilation on a fresh most recent Bodhi Linux install and the compilation failed due to problems with pyqt. Turns out pyqt requires a more recent version of pip3 than what is shipped by default on Ubuntu-based distros (v9), so would be nice to include an extra step into the compilation instructions:

pip3 install --upgrade --user pip

This worked for me. I was able to finish the compilation without any errors.

gustavo-iniguez-goya commented 3 years ago

added!