-
Notifications
You must be signed in to change notification settings - Fork 5
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
Win MSI | When updating existing installations delete files from the previous version #155
Comments
Thanks for the report. Will investigate! Back of mind thought: might be due to the fact that MSI versions are not as "expressive" as PEP 440's. Existing |
THESIS:
DIAG PLAN:
THEN:
...ensuring, of course, that no |
PROGRESS:
|
1.5.0 (original) to 1.5.0 (replacement):
NEXT:
|
PROGRESS:
|
1.7.0 >> 1.7.0.post1:
This is somehow expected and along the lines of the reported behaviour. |
1.7.0 >> (uninstall) >> 1.7.0.post1:
|
1.7.0 >> 1.7.1:
|
1.7.0 >> 1.8.0:
|
1.7.0 >> 2.0.0:
|
CONCLUSION:
The originally described issue results from the fact that all NEXT:
|
Docs updated in the just merged #167. Closing. |
It would be an effective workaround to this problem: mu-editor/mu#1421 (comment)
Basically each new Mu release will have newer versions of all the required wells (any dependency or subdependency that is not version locked will fetch the latest at the time the installer is created) and we encounter issues like this when wheels from a previous installation are present after Mu has been updated:
The text was updated successfully, but these errors were encountered: