stonebig

Results 130 comments of stonebig

just feeded the idea pipeline, hope it wheel help.

hi, with pip-21.3 coming in 2 weeks , `get_installed_distributions` if fully removed : https://github.com/pypa/pip/commit/d051a00fc57037104fca85ad8ebf2cdbd1e32d24#diff-058e40cb3a9ea705f655937e48f3a053f5dc7c500b7f1b2aae76e9bd673faf64 so a solution, maybe this patch, is needed to keep pipdeptree alive

trying to patch uglily first two errors line 109 & 110 : ```` def __init__(self, obj): self._obj = obj self.project_name = obj.name # obj.project_name self.key = obj.name.replace('-', '_').lower() # obj.key...

@ssbarnea maybe you can propose a patch ? pip may be more inclined to integrate pipdeptree if the current issue is fixed.

When trying to build an updated set of packages, I'm truly lost without pipdeptree to navigate dependancies.

the suggested solution "pip pinspect" per pipa team sounds like a good splitting of duties

pipdeptree helped me a lot since the troubled times of figuring out why pip "solver" was doing this or that. I'm not expert in Json, but I feel it's on...

from 'pip inspect' it's a bit tiedous to replace ' and extra == 'test'' or ' extra == 'test'' per a qualified requirement_branch 'test'...

ok, I failed to patch pipdeptree ("def from_pkgs") , which would have been simpler, but is over my debugging capability. but with 'pip inspect', and 200 lines of 'proof of...

As of now, I would think you would only do it for Pypy3 latest, and python latest, so pypy3.9-v7.3.9.