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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: