-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Windows MSIX issue: python 3.11beta in msix cant be installed on windows 10 1809 arm64 #95733
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
Comments
#90796 (comment) admits it does not work on 1809. |
maybe I have found the solution!
cc @zooba |
My understanding was that If you extract the appx file and try doing |
note this is after IgnorableNamespaces mod. |
so my impression is, 1809 users will be thrown out if windows10/6(desktop6) is used and not adding IgnorableNamespaces. it does different on isolation capabilities |
installed successfully after deleting APPXMETADATA, APPXBLOCKMAP, APPXSIGNATURE, [CONTENT_TYPES] to resolve 0x80073CFF error. |
Nice! So adding the field should handle this issue. I can't guarantee it'll get into 3.11 (we already dropped support for 1809, because Microsoft has, and we're already in RC), but shouldn't be any harm in adding it to the next release. Might even get back into 3.11.1 if we test a 3.12 release in the meantime. |
Oh actually, could you check that it fails to install under the same circumstances? Often the dev install is more lenient than the regular case, so be good to check that it fails without the deleted metadata and without the IgnorableNamespaces attribute. |
it does fail on the same error complaining windows10/6 on dev mode
… On Aug 10, 2022, at 06:25, Steve Dower ***@***.***> wrote:
Oh actually, could you check that it fails to install under the same circumstances? Often the dev install is more lenient than the regular case, so be good to check that it fails without the deleted metadata and without the IgnorableNamespaces attribute.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
This will be fixed in 3.12. I don't think we want this change in 3.11 right now, though it seems likely to be safe enough (but our bar for changes after RC is very high). Might be able to get it into 3.11.1 |
Bug report
I cant install python 3.11 beta on windows 10 1809/17763 arm64 via msix.
I got the msix file via https://store.rg-adguard.net/ , productid is 9NRWMJP3717K
related command and log:
Your environment
note: python 3.11 is the first version support arm64 windows. so I cant test previous x64 version.
maybe related: 3a5afc1
The text was updated successfully, but these errors were encountered: