Recently, there are random installation failures on Windows machine in my CI on circleCI.
It occurs with cuda 10.2, 11.1 and 11.3.
From the log: there are 3 errors.
ERROR: [NVI2.Installation] 1208@CInstallationCheckingBase::CheckConstraints : Constraints blocked install.
ERROR: [NVI2.InstallThread] 54@CInstallThread::ThreadProc : Install failed - Exception {0xe4080000; File: InstallationStepper.cpp; Line: 382} - going to fail state.
ERROR: [NVI2.NVInstaller] 240@CNVInstaller::PerformSteps : Installation failed with error Exception {0xe4080000; File: InstallThread.cpp; Line: 112}.
What’s the potential cause of these failure and how to fix it?