core icon indicating copy to clipboard operation
core copied to clipboard

[Feature] Fallback to handler pip errors

Open valentimarco opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. If you install a plugin outdate and has modules that are not in the pypi than the container will break permantly.

Describe the solution you'd like Add a fallback to handle this exception by removing all the modules installed ( To have a clean install ) and isolate the plugin (or even delete it with a Warning message)

Where we should handle it? This function of the mad hatter handles the installation process

valentimarco avatar May 15 '24 11:05 valentimarco

An example of plugin that break the container is Mood music for Cheshire Cat, trying to install json==1.6.3 and feedparser

valentimarco avatar May 15 '24 11:05 valentimarco