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

skipping non-upgradable packages #13

Open
vzaliva opened this issue Nov 9, 2021 · 1 comment
Open

skipping non-upgradable packages #13

vzaliva opened this issue Nov 9, 2021 · 1 comment

Comments

@vzaliva
Copy link

vzaliva commented Nov 9, 2021

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)?

@robinpaulson
Copy link

Maybe #4 fixes this?

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