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 request: check which nodes (installed/not installed) use a library #798

Open
EricRollei opened this issue Jun 20, 2024 · 1 comment

Comments

@EricRollei
Copy link

When considering installing a new set of nodes, I always check the requirements.txt list. I keep a list of libraries installed via pip list and can check to see if I already have or need to install them. But I can't see if a custom node set has a version requirement for those dependencies. I always get scared something will be broken when the requirements.txt has:
Some_library>=10.3.0
Some_other_library==1.1.2

It would so great to open the manager and search to see if my installed node has already Some_library==9.2 because then I'd know that will cause problems.

I have no idea how hard it would be to add this feature, or how difficult it would be to maintain, but something like that would be awesome.

@ltdrdata
Copy link
Owner

I'll address this issue later.

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

No branches or pull requests

2 participants