Skip to content
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

feat: better formatting options for successful installed message? #175

Open
notatallshaw opened this issue Jan 25, 2024 · 3 comments
Open

Comments

@notatallshaw
Copy link

notatallshaw commented Jan 25, 2024

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.

@tdejager
Copy link
Contributor

This is happening because of the long list of extra's you mean right :)?

@notatallshaw
Copy link
Author

notatallshaw commented Jan 26, 2024

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.

@tdejager
Copy link
Contributor

Okay lets keep track of it at least for now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants