Open notatallshaw opened 9 months ago
This is happening because of the long list of extra
's you mean right :)?
This is happening because of the long list of
extra
's you mean right :)?
Yeah, the extras list in this example is over 1000 characters long.
It's a pretty weird edge case, so certainly not a priority. But when I first encountered it I had no idea what was going on and it just looked like rip output was broken.
Okay lets keep track of it at least for now :)
Environment: Linux Python 3.11
Command:
cargo r -- apache-airflow[all]==2.8.1 apache-beam==2.53.0
Output: https://gist.github.com/notatallshaw/cd59776c2d78843ef08a24f11f96e495
Request: This output message is unreadable on the terminal as the lines wrap around.
For me it would be nice if the output was something simpler like
{package-requirement}=={installed-version}
. But it's a tough problem.