-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Discussed in #261
Originally posted by kriberg April 19, 2025
I was just wondering what the rationale was for installing packages from within the plugin loader? Wouldn't it be better to have the standard python tooling the user is probably already using, rather than using subprocess to call pip3 install?
As in #261
(@kriberg) I think it's somewhat of a security issue and we should probably remove this. The pluglet loader should try to load modules. If they aren't present, then log an error.
(@fralau)
You might be right and it is a corner case anyway; the benefits of automation might not be worth the trouble.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request