We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I am running the script as non-root some packages fail to update:
pip3 list -o Package Version Latest Type ----------- -------------- ------ ----- dbus-python 1.2.16 1.2.18 sdist duplicity 0.8.12.0 0.8.20 sdist gpg 1.13.1-unknown 1.10.0 sdist pycups 1.9.73 2.0.1 sdist PyGObject 3.36.0 3.42.0 sdist
I suspect these are OS-installed and need root permission. Perhaps we can have a flag to filter out such packages (perhaps by type=sdist)?
type=sdist
The text was updated successfully, but these errors were encountered:
Maybe #4 fixes this?
Sorry, something went wrong.
No branches or pull requests
When I am running the script as non-root some packages fail to update:
I suspect these are OS-installed and need root permission. Perhaps we can have a flag to filter
out such packages (perhaps by
type=sdist
)?The text was updated successfully, but these errors were encountered: