You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION: gpg 1.16.0-unknown has a non-standard version number. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of gpg or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
DEPRECATION: distro-info 1.1build1 has a non-standard version number. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of distro-info or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
Those version strings are just how Ubuntu has decided to call their packages. This is really about Ubuntu's package version conventions.
I think this project should settle the disagreement with Ubuntu, before these checks are pushed to the users.
Expected behavior
No response
pip version
23.2
Python version
3.11.4
OS
Ubuntu 22.04
How to Reproduce
On Ubuntu 22.04, install Python 3.11.4 from the deadsnakes PPA. Keep the original OS-level Python 3.10.
Using Python 3.11.4, do this:
python -m pip install --upgrade --user pip
Then using the new pip:
pip install --upgrade --user bunch of packages...
Output
DEPRECATION: gpg 1.16.0-unknown has a non-standard version number. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of gpg or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at #12063
DEPRECATION: distro-info 1.1build1 has a non-standard version number. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of distro-info or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at #12063
Description
I get these warnings:
Those version strings are just how Ubuntu has decided to call their packages. This is really about Ubuntu's package version conventions.
I think this project should settle the disagreement with Ubuntu, before these checks are pushed to the users.
Expected behavior
No response
pip version
23.2
Python version
3.11.4
OS
Ubuntu 22.04
How to Reproduce
On Ubuntu 22.04, install Python 3.11.4 from the deadsnakes PPA. Keep the original OS-level Python 3.10.
Using Python 3.11.4, do this:
Then using the new pip:
Output
DEPRECATION: gpg 1.16.0-unknown has a non-standard version number. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of gpg or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at #12063
DEPRECATION: distro-info 1.1build1 has a non-standard version number. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of distro-info or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at #12063
Code of Conduct
The text was updated successfully, but these errors were encountered: