Skip to content

Windows MSIX issue: python 3.11beta in msix cant be installed on windows 10 1809 arm64 #95733

Closed
@busylog

Description

@busylog

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:

 Add-AppPackage -path .\PythonSoftwareFoundation.Python.3.11_3.11.181.0_arm64__qbz5n2kfra8p0.Msix

 Get-AppPackageLog -ActivityID ff7676ee-9614-0006-8b09-8bff1496d801

Time                      ID           Message
----                      --           -------
8/6/2022 10:18:53 AM      603          Started deployment Add operation on a package with main parameter
                                       PythonSoftwareFoundation.Python.3.11_3.11.181.0_arm64__qbz5n2kfra8p0.Msix and
                                       Options 0 and 0. See http://go.microsoft.com/fwlink/?LinkId=235160 for help
                                       diagnosing app deployment issues.
8/6/2022 10:18:54 AM      157          The app package signature was validated for core content of the app package
                                       published by CN=4975D53F-AA7E-49A5-8B49-EA4FDC1BB66B. Payload won't be
                                       validated until the files are read.
8/6/2022 10:18:54 AM      135          error 0xC00CE014: App manifest validation error: The app manifest must be valid
                                       as per schema: Line 9, Column 6, Note: The schema for MaxVersionTested
                                       specified does not recognize XML fields with namespace
                                       "http://schemas.microsoft.com/appx/manifest/desktop/windows10/6". Please ensure
                                       that you have the correct MaxVersionTested specified. Reason: Element '{http://s
                                       chemas.microsoft.com/appx/manifest/desktop/windows10/6}RegistryWriteVirtualizati
                                       on' is unexpected according to content model of parent element
                                       '{http://schemas.microsoft.com/appx/manifest/foundation/windows10}Properties'.

8/6/2022 10:18:54 AM      465          error 0x80080204: Opening the package from location
                                       PythonSoftwareFoundation.Python.3.11_3.11.181.0_arm64__qbz5n2kfra8p0.Msix
                                       failed.
8/6/2022 10:18:54 AM      403          error 0x80080204: Failure to get staging session for: file:///C:/Users/USER/Downloa
                                       ds/PythonSoftwareFoundation.Python.3.11_3.11.181.0_arm64__qbz5n2kfra8p0.Msix.
8/6/2022 10:18:54 AM      404          AppX Deployment operation failed for package  with error 0x80080204. The
                                       specific error text for this failure is: error 0xC00CE014: App manifest
                                       validation error: The app manifest must be valid as per schema: Line 9, Column
                                       6, Note: The schema for MaxVersionTested specified does not recognize XML
                                       fields with namespace
                                       "http://schemas.microsoft.com/appx/manifest/desktop/windows10/6". Please ensure
                                       that you have the correct MaxVersionTested specified. Reason: Element '{http://s
                                       chemas.microsoft.com/appx/manifest/desktop/windows10/6}RegistryWriteVirtualizati
                                       on' is unexpected according to content model of parent element
                                       '{http://schemas.microsoft.com/appx/manifest/foundation/windows10}Properties'.

Your environment

  • CPython versions tested on: 3.11
  • Operating system and architecture: windows 10 17763 arm64

note: python 3.11 is the first version support arm64 windows. so I cant test previous x64 version.

maybe related: 3a5afc1

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions