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

Speedup hash computatation by calling pipdeptree just once #11

Open
azeller14 opened this issue Dec 2, 2022 · 0 comments
Open

Speedup hash computatation by calling pipdeptree just once #11

azeller14 opened this issue Dec 2, 2022 · 0 comments

Comments

@azeller14
Copy link
Contributor

Suppose we have a luisy Task TaskA that is located in packageA. Then for the hash creation of TaskA, we make a call to pipdeptree via a subprocess to console for each dependency listed in the requirements of packageA. This can be rather slow. Actually one call of pipdeptree is enough, we can sort the information inside python.

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

When branches are created from issues, their pull requests are automatically linked.

1 participant