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

uv pip tree should display extras #4710

Open
ibraheemdev opened this issue Jul 1, 2024 · 3 comments
Open

uv pip tree should display extras #4710

ibraheemdev opened this issue Jul 1, 2024 · 3 comments
Labels
cli Related to the command line interface help wanted Contribution especially encouraged

Comments

@ibraheemdev
Copy link
Member

uv pip tree should display extras that are installed in the environment.

@ibraheemdev ibraheemdev added the cli Related to the command line interface label Jul 1, 2024
@zanieb zanieb added the help wanted Contribution especially encouraged label Jul 2, 2024
@potiuk
Copy link

potiuk commented Jul 2, 2024

I believe that's impossible - that information is not stored after installation is finished - simply extras are only used while installation command runs and they are discarded (at least that's how it work when you install packages via pip - but it also means that there is no metadata stored in the system that can be queried about it.

@zanieb
Copy link
Member

zanieb commented Jul 2, 2024

Hm yeah so at best we would be guessing.

There's relevant discussion about tracking the metadata at pypa/packaging-problems#215 maybe we should just track this?

@ChannyClaus
Copy link
Contributor

ChannyClaus commented Jul 3, 2024

There's relevant discussion about tracking the metadata at pypa/packaging-problems#215 maybe we should just track this?

that sounds reasonable to me - in the meantime if there's a lot of demand on this feature people can react to this issue, probably? since there hasn't been any update on the linked issue for years, might make sense to just implement the best-effort 🌵

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command line interface help wanted Contribution especially encouraged
Projects
None yet
Development

No branches or pull requests

4 participants