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

[FEATURE] Include the output of pip list for debug info #863

Open
sarthakpati opened this issue Apr 30, 2024 · 0 comments · May be fixed by #864
Open

[FEATURE] Include the output of pip list for debug info #863

sarthakpati opened this issue Apr 30, 2024 · 0 comments · May be fixed by #864
Assignees

Comments

@sarthakpati
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Currently, only the essentials of the system and gandlf code base is recorded.

Describe the solution you'd like

It would be useful to have the user's current environment in addition to GaNDLF code essentials.

Describe alternatives you've considered

This should do it:

from pip import main
print(main(["list"]))

Additional context

N.A.

@scap3yvt scap3yvt self-assigned this Apr 30, 2024
@scap3yvt scap3yvt linked a pull request Apr 30, 2024 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants