Skip to content

pip3 upgrade needed when compiling from source #305

@themighty1

Description

@themighty1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions