P4D-Data-Sciences icon indicating copy to clipboard operation
P4D-Data-Sciences copied to clipboard

Python Package Install Errors result in package being classified as installed

Open peardox opened this issue 2 years ago • 1 comments

If a Python package installation results in an error then the package is not properly installed (see #2 for example) but on subsequent runs the package is considered installed as the next run of Install will be skipped.

Unless errors are catered for by the developer handling the OnInstallError and taking appropriate action (uninstalling the error package?) the Python being used will be incomplete (bad version of package that caused the error) resulting in an unstable Python installation.

peardox avatar Jun 12 '22 07:06 peardox

@peardox,

thank you for your feedback. I will investigate this situation and give you a feedback.

lmbelo avatar Jun 17 '22 17:06 lmbelo