Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29359 Discussions

Intel oneAPI fail to install VS22 on Win11 & Parallels Studio on M4-series chip

TiborKibedi1
Beginner
332 Views

I try to install Intel oneAPI and Intel HPC toolkits on a Windows 11 (64-bit operating system, ARM-based processor) Virtual Machine, using Parallels Studio. The host is an Apple MacBook with M4 chip. The installation of Visual Studio 2022 Community edition was successful, however the installation of oneAPI base toolkit fails. The log file reports the following error:

--------------------------------------

Attempt 2 of 2 failed. Execution of C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe failed with exit code 2003, output:

Error: Failed to complete session ID.

11/10/2025 06:25:09:356 : 5440 : MESSAGE : Operation 'complete.operation.intel.sessionmanifest.1762715653790454' execution is finished with status SuccessWithFail.
11/10/2025 06:25:09:356 : 5440 : MESSAGE : Starting execution of operation 'update_state.operation.intel.sessionmanifest.1762715653790454'.
11/10/2025 06:25:09:366 : 5440 : MESSAGE : Operation 'update_state.operation.intel.sessionmanifest.1762715653790454' execution is finished with status Success.
11/10/2025 06:25:09:366 : 5440 : ERROR : Install sequence execution status: SuccessWithFail

----------------------------------------

 I am using the latest versions of Win11, VS2022 and oneAPI. The full logfile is attached.

Any insight or comment would be very useful.

 

0 Kudos
2 Replies
Steve_Lionel
Honored Contributor III
311 Views

This does not astonish me, as the Intel compiler wants to see an X86 (X64, really) processor, not ARM. Visual Studio does support ARM processors.

0 Kudos
TiborKibedi1
Beginner
256 Views

Thanks Steve the explanation. It is further restriction of code developments on different platforms. 

0 Kudos
Reply