Cuda 8.0 and 9.1 installation failed with no reason

Hello everyone,

I face a very disturbing problem installing Nvdia Cuda in my computer.I downloaded both version of Cuda and tried to install but unfortunately it gets an error while installing nsight visual studio edition and immediately many components appear with “not installed” information.

I use Visual studio 2015 enterprise edition.I deleted available updates for Visual studio but I couldn’t solve this problem.

Visual studio integration “unsuccesful” and other components are “not installed”

Also I would like to inform you that, I have isntalled cuda 9.1 version before with visual studio 2013.But considering that Cuda should only work in 64 bit versions I decided to uninstall this cuda version.After this operation I installed x86_64 bit Visual studio 2015.Then I could’t install Cuda anymore.I get an error as follows.

Note : I am not able to format windows because of restriction.

External Media

External Media

Any help will be apreciated

Hi,

Looks like the nsight failed to be installed, you can uncheck the visual studio integration to skip over this error, and could you try the nsight standalone installer?

Best Regards
Harry

I already tried to install nsight standalone and it failed again.The problem is nsight visual studio integration for sure.

How can ı solve these problems about nsight, I just want to install Cuda for image processing applications.

Does the old version of nsight still exist in control panel?

There is no nsight integration in control panel, but drivers areavailable.(Nvdia graphics driver,Geforce experience,physX system software).Is there any solution that you can direct me.Please , it is really urgent situation

Could you try to generate the msi log? Maybe this will help a little.

msiexec /i “C:\MyPackage\Example.msi” /L*V “C:\log\example.log”

This will generate all log from nsight installer.

Which part of the log file you want me to show?

It is very long.

Here is the part of output

InstallDirectX. Installing DirectX redistributables
MSI (s) (64:18) [12:43:54:838]: Executing op: CustomActionSchedule(Action=InstallDirectX,ActionType=3090,Source=C:\Program Files (x86)\NVIDIA Corporation\Nsight Visual Studio Edition 5.4\Host\Redistributables\DirectX (June 2010)\DXSETUP.exe,Target=/silent,)
CustomAction InstallDirectX returned actual error code -9 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (64:18) [12:43:55:516]: Note: 1: 1722 2: InstallDirectX 3: C:\Program Files (x86)\NVIDIA Corporation\Nsight Visual Studio Edition 5.4\Host\Redistributables\DirectX (June 2010)\DXSETUP.exe 4: /silent 
Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action InstallDirectX, location: C:\Program Files (x86)\NVIDIA Corporation\Nsight Visual Studio Edition 5.4\Host\Redistributables\DirectX (June 2010)\DXSETUP.exe, command: /silent 
MSI (s) (64:18) [13:23:20:390]: Product: NVIDIA Nsight Visual Studio Edition 5.4.0.17240 -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action InstallDirectX, location: C:\Program Files (x86)\NVIDIA Corporation\Nsight Visual Studio Edition 5.4\Host\Redistributables\DirectX (June 2010)\DXSETUP.exe, command: /silent

Could you upload your full log, I guess it won’t be big after compression.

According to the log you attached, DirectX (June 2010) was failed to be installed, could you try to download and install it manually? Then we can find out what’s going on with it.

Also looks like you’re using win10 now, I guess you shall enable the .net framework 3.5 in “Turn Windows features on or off”, d3dx installer needs it.

here is the log file : [url]example.rar — Yandex.Disk

But unfortunately directx was already installed.

Could you tell me you detailed os, like win10 rs3, I shall let the dev to have a check.

Edition : windows 10 single lang
version : 1709
os build : 16299.125
system type : 64 bit OS,x64 based processor

Notebook model Asus550JV it has NVDIA GEFORCE 750M

I decided to install cuda without nsight visual studio integration, is it possible ?

Yeah, it’s possible, as I said in comment 2, you can uncheck the visual studio integration in installer to skip over this error

I have a similar problem:

I’m trying to connect Cuda to my graphics-card, but I get all sorts of issues:
(1) On Visual C++, when I try to run the following line:
cudaError_t error_id = cudaGetDeviceCount(&deviceCount);
error_id gets the value cudaErrorInsufficientDriver.
(2) When I open Nsight, it informs me that the driver’s version should be 343.98.
(3) When I try to install driver version 343.98, I get the following message:
“This graphics driver could not find compatible graphics hardware”.

Could you please help me solve the problem?

Some technical info:
The graphics-card is Tesla C1060.
The OS is Windows 7 64bit.
Visual C++'s version is 2010.
Cuda Toolkit’s version is 8.0 (We need this version in order to be compatible with Python 3’s Tensor-flow package).
The current driver installed on the PC is of version 342.00.
Nsight monitor’s version 5.2.0.16321.
Nvidia WNI 2.18.0.
The new driver’s full name is: “343.98_desktop_notebook_quadro_tesla_win8_winvista_win7_64bit.exe”.

Thanks in advance,
Nir.

Hi, this is cuda tools forum, I guess you got driver installation issue, I think you can ask the guys in

hi harry:
I have a similar problem. My OS is Windows 10 1709(16299.192) with directX 12 installed and .net framework 3.5 enabled, and still fail to install Nsight standalone at the step of installing DirectX, do you have any solution?
I want to compile tensorflow for accelerating, do I have to install Nsight? or do I have any other way to do this?
Thanks in advance…

Same here. There is nothing corrupted in my pc and I have latest drivers, Nsight Installation process sucks.

Nope, you can skip the nsight if you only want to compile the cuda app. Just unselect the visual studio addon when you try to install the cuda package

Hello

Could you use another pc to have a try?