Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 upgrade needed when compiling from source #305

Closed
themighty1 opened this issue Dec 18, 2020 · 1 comment
Closed

pip3 upgrade needed when compiling from source #305

themighty1 opened this issue Dec 18, 2020 · 1 comment

Comments

@themighty1
Copy link
Contributor

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
Copy link
Collaborator

added!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants