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
One of our current issues with pip is that if you pip install <some packages> and one fails, its incredibly difficult to automatically determine what failed without getting into brittle regex parsing of the output.
I'd love for rip to feature something like a --json flag that would output issues in a way that can be trivially parsed. The mamba --json flag works well for us with conda packages.
Hey @shughes-uk . Resolvo generates a complete problem graph. I think we would be able to serialize that to json. Is that something that would help? It looks something like this:
I don't know how much OP would find it useful, but I would certainly find it useful, especially if it outputed even if resolution failed for any reason.
One of our current issues with
pip
is that if youpip install <some packages>
and one fails, its incredibly difficult to automatically determine what failed without getting into brittle regex parsing of the output.I'd love for
rip
to feature something like a--json
flag that would output issues in a way that can be trivially parsed. Themamba --json
flag works well for us with conda packages.Our use case is building python environments on a users behalf.
The text was updated successfully, but these errors were encountered: