-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
python::pip
's notreallyaversion
is not compatible with latest pip
(>= 24.1) due to changed output (again)
#695
Comments
Another option: replace
|
I will note, that |
Totally agree, it's at best a workaround. An actual solution would leverage the new |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
python::pip
fails to install withensure => 'latest'
Detecting
$latest_version
relys on parsing(from versions: ... )
pip (>= 24.1) does not return
(from versions: ... )
anymore.There is an undocumented (https://pip.pypa.io/en/stable/cli/), experimental command,
index versions
, that returns ...... but does not support programatic output yet (pypa/pip#10983).
The text was updated successfully, but these errors were encountered: