Skip to content
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

Problem Installing Python 3.12.8+ with Intune and Symantec Client Management #129229

Open
McZeb opened this issue Jan 23, 2025 · 2 comments
Open
Labels
OS-windows topic-installation type-bug An unexpected behavior, bug, or error

Comments

@McZeb
Copy link

McZeb commented Jan 23, 2025

Bug report

Bug description:

Hi,
We’ve problem installing Python 3.12.8 and 3.13.1 with Intune and Symantec Client Management. The app won’t install, the installation is interrupted for some reason. The application was not detected after installation completed successfully (0x87D1041C). Previous versions have not had this problem. If I install it manually, there is no problem. The installation is running in the logged in user context without administrative privileges. The installation command is as follows, via a PS script:

# Install Python 3.13.1
Write-Host Python 3 NOT Installed
$Args = '/passive InstallAllUsers=0 TargetDir="C:\Python313-64" PrependPath=1 CompileAll=1 InstallLauncherAllUsers=0 Include_launcher=0'
Unblock-File -Path .\python-3.13.1-amd64.exe
Start-Process .\python-3.13.1-amd64.exe -Args $Args -Wait

In the end of the installation log file, I get the following errors. I think it has to do with permissions?
8<- - - - - - - - - - - – - - - – - - - - - - - - - – - - - - - - - – - - - - –
[D1D0:DFD8][2025-01-21T14:23:16]e000: Error 0x80070005: Failed create bundle working folder.
[D1D0:DFD8][2025-01-21T14:23:16]e000: Error 0x80070005: Failed to cache bundle to clean room.
[D1D0:DFD8][2025-01-21T14:23:16]e000: Error 0x80070005: Failed to cache to clean room.
[D1D0:DFD8][2025-01-21T14:23:16]e000: Error 0x80070005: Failed to run untrusted mode.

Setup_20250121142316_Failed.txt

CPython versions tested on:

3.13, 3.12

Operating systems tested on:

Windows

@McZeb McZeb added the type-bug An unexpected behavior, bug, or error label Jan 23, 2025
@picnixz picnixz changed the title Problem Installing Python 3.12.8 and 3.13.1 Problem Installing Python 3.12.8+ with Intune and Symantec Client Management Jan 23, 2025
@picnixz
Copy link
Member

picnixz commented Jan 23, 2025

I'm assuming it's Windows related because of PS and C:\ but I don't know if it's the case.

@McZeb
Copy link
Author

McZeb commented Jan 23, 2025

Yes, Windows 10/11 64-bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows topic-installation type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants