Microsoft R Client Installation Fails on MPI Installation Step

0

I've got an on-prem sandbox server set up with MS Machine Learning Server. I'm trying to set up just the R Client (3.5.2) on my local machine to interact with the server using the mrsdeploy package and other MS packages. The R Client fails to install every time on the MS MPI step, the only error I get is "MPI_10.0.12498.5.exe". The first times I tried there was no visible installation of MPI present on my system.

I then tried installing this version of MPI (https://www.microsoft.com/en-us/download/details.aspx?id=57467) separately and I still get this message in the log:

[2CA0:111C][2020-04-24T11:37:47]i000: Package MPI_10.0.12498.5.exe Detected in State Absent

I've tried the latest version of MPI (https://www.microsoft.com/en-us/download/details.aspx?id=100593) with the same result.

Whether or not MPI is actually installed the installer sees it as absent and tries to install it. The Log files show the following error:

[1A8C:3754][2020-04-24T11:38:35]i301: Applying execute package: MPI_10.0.12498.5.exe, action: Install, path: C:\ProgramData\Package Cache\C7045FDC1B5FF60FF73D0CB07A57B1A3758A6761\MPI_10.0.12498.5.exe, arguments: '"C:\ProgramData\Package Cache\C7045FDC1B5FF60FF73D0CB07A57B1A3758A6761\MPI_10.0.12498.5.exe" -unattend -force'
[1A8C:3754][2020-04-24T11:38:35]e000: Error 0xc0000409: Process returned error: 0xc0000409
[1A8C:3754][2020-04-24T11:38:35]e000: Error 0xc0000409: Failed to execute EXE package.
[2CA0:111C][2020-04-24T11:38:35]e000: Error 0xc0000409: Failed to configure per-machine EXE package.
[2CA0:111C][2020-04-24T11:38:35]i000: RINSTALLER: executePackageCompleteEventArgs.Status='-1073740791'
[2CA0:111C][2020-04-24T11:38:35]e000: RINSTALLER: apply failed, message=MPI_10.0.12498.5.exe 
[2CA0:111C][2020-04-24T11:38:35]i319: Applied execute package: MPI_10.0.12498.5.exe, result: 0xc0000409, restart: None
[2CA0:111C][2020-04-24T11:38:35]e000: Error 0xc0000409: Failed to execute EXE package.

I read somewhere that this could be related to missing Windows updates, I manually downloaded and installed the most recent cumulative updates from the windows update catalog, and no change. I'm running out of ideas, help.

r
microsoft-r
asked on Stack Overflow Apr 24, 2020 by dww142

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0