raulcd opened a new issue, #48947: URL: https://github.com/apache/arrow/issues/48947
### Describe the bug, including details regarding any error messages, version, and platform. If we try to rebuild our current underlying docker images for Windows it fails when installing python-manager due to failed installation of msix `An error occurred because a user was logged off`: ``` Step 6/21 : RUN $pymanager_url = 'https://www.python.org/ftp/python/pymanager/python-manager-25.0.msix'; Invoke-WebRequest -Uri $pymanager_url -OutFile 'C:\Windows\pymanager.msix'; Add-AppxPackage C:\Windows\pymanager.msix ---> Running in 07eae1569865 Add-AppxPackage : Deployment failed with HRESULT: 0x80073D19, An error occurred because a user was logged off. error 0x8007007E: Failed to load the extension DLL due to the following error: The specified module could not be found. . NOTE: For additional information, look for [ActivityId] d63b9998-c570-0003-5c78-b283d38adc01 in the Event Log or use the command line Get-AppPackageLog -ActivityID d63b9998-c570-0003-5c78-b283d38adc01 At line:1 char:241 + ... C:\Windows\pymanager.msix'; Add-AppxPackage C:\Windows\pymanager.msix + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Windows\pymanager.msix:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageMa nager.Commands.AddAppxPackageCommand ``` ### Component(s) Continuous Integration, Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
