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

Python Package Install Errors result in package being classified as installed #3

Open
peardox opened this issue Jun 12, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@peardox
Copy link
Contributor

peardox commented Jun 12, 2022

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.

@lmbelo
Copy link
Member

lmbelo commented Jun 17, 2022

@peardox,

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

@lmbelo lmbelo self-assigned this Jun 17, 2022
@lmbelo lmbelo added the bug Something isn't working label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants