>From https://github.com/pypa/pip/issues/6428 this is more the fault of pip >then ubuntu as the version of pip on Ubuntu 19.10 will throw this error when >running --outdated in any pip package is installed from a local file. This is fixed in later versions of pip https://github.com/pypa/pip/pull/6367 and might be back-ported but I would recommend:
* Not worrying about system pip and only install pip packages on ubuntu via --user because the system is maintaining it's own pip packages and messing with them may break apt upgrade * Wait till upstream pip is updated on ubuntu * This is also avoided in pipenv virtualenvs: pipenv run pip list --outdated ** Bug watch added: github.com/pypa/pip/issues #6428 https://github.com/pypa/pip/issues/6428 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1835686 Title: pip3 list --outdated returns HTTP 404 error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1835686/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
