-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Closed
Copy link
Description
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