Issues in cuda toolkit installation - cuda

I'm trying to set up cuda toolkit but even if i've already installed visual studio express 2013, cuda toolkit installation warn me that it can't find any visual studio installation.
I'm wondering if it is the 2013 express version that could raise an error ?
Furthermore I would like to code and compile by hand, when I do so I get this error : "nvcc fatal error no cl.exe found"
Thus I put the flag -ccbin"path/to/my/gcc" but I get an error that told me there isn't any supported version of visual studio.
May I understand that it isn't possible to compile by hand without visual studio ?

I installed visual studio community 2013 and it seems, finally, that it worked.

Related

I'm trying to connect MySQl and Flask but I keep getting an error. I'm using XAMPP for this web app

So, I'm trying to connect my sql database on xampp to my flask database.
I'm using this command:
pip3 install flask-mysqldb
but I keep getting an error and it tells me to download Microsoft Visual C++.
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
I tried it again after I downloaded the app but it's not working at all. It still shows up with the same error.
You go to
https://visualstudio.microsoft.com/downloads/
Where you can find at the bottom
under
all downloads --> Too for visual Studio 2019
You find
Buildtools für Visual Studio 2019
After installing the installer you must choose Desktop Delevelopment with c++
After that the message disappears

is there a way of configuring a ms compiler?

I have visual studio code installed. however, I do not want to use a third party c++ compiler. is there a way of getting the Microsoft c++ compiler and configuring it to visual studio code without a full version of visual studio?

Issue trying to create a Ado.Net Entity Model Visual Studio 2013

I recently installed Visual Studio 2013 Professional, after install VS I installed MySql for VisualStudio version 1.2.6 that it is the latest release. The problem is when I tried to create a ADO .Net Entity Model I created the connection perfectly fine but when I press Next the window close it self and Visual Studio doesn't create the model.
Things that I checked:
I already have installed in my project the Entity Framework 6, MySQL.Data V6.9.8, MySQL.Data.Entity.EF6 v6.9.8 and MySql.Web v6.9.8.
In the Visual Studio Private Libraries there there is the three same libraries with the same version.
I checked other posts here and I really don't find the cause of my problem. I will be very grateful with any help.
Edit
I attached the process to another instance of Visual Studio and I got this:
'devenv.exe' (CLR v4.0.30319: ProjectExecutionContextDomain): Unloaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll'
'devenv.exe' (CLR v4.0.30319: ProjectExecutionContextDomain): Unloaded 'C:\Users\Jose\AppData\Local\assembly\dl3\3C4YP8TT.W35\4414OC0M.0ZV\4aeb0621\323bbd39_5088d101\SignaSafePro.dll'
'devenv.exe' (CLR v4.0.30319: ProjectExecutionContextDomain): Unloaded 'C:\Users\Jose\AppData\Local\assembly\dl3\3C4YP8TT.W35\4414OC0M.0ZV\77badc31\29b0d95d_4088d101\EntityFramework.SqlServer.dll'
'devenv.exe' (CLR v4.0.30319: ProjectExecutionContextDomain): Unloaded 'C:\Users\Jose\AppData\Local\assembly\dl3\3C4YP8TT.W35\4414OC0M.0ZV\27b7b188\7ad46db4_4f88d101\MySql.Data.Entity.EF6.dll'
A first chance exception of type 'System.ArgumentException' occurred in System.Data.dll
A first chance exception of type 'Microsoft.VisualStudio.TemplateWizard.WizardCancelledException' occurred in Microsoft.Data.Entity.Design.dll
The thread 0x908 has exited with code 259 (0x103).
I also uninstall and install all again, the libraries references are exactly the same, because I'm reference the libraries from the PrivateAssemblies folder.
Guys thank you very much, the problem was my mistake, I thought if I installed just MySQL for Visual Studio was enough but I didn't realized that the MySQL Connector is needed to:
MySQL Connector/Net Developer Guide
I hope it serve to guide for anyone other like me.
Requirements
Windows OS 7 or later.
Visual Studio 2010, 2012 or 2013 Professional or higher version.
Connector/Net 6.8.1 beta or higher version (MySQL Connector download link).
Additional download links (not required)
MySQL for Visual Studio (latest version)

MySQL Workbench crash on start on Windows

I`ve just installed my MySQL Workbench and it crashes on start and i really dont know what to do with it. Error codes from Event Log :
Application Error
Application that causes trobule: MySQLWorkbench.exe
version: 6.2.3.12312,
time signature: 0x541717ae
Name of the module that causes error: KERNELBASE.dll,
version: 6.1.7601.18409,
time signature: 0x5315a05a
exception code: 0xe0434352
error shift: 0x000000000000940d
ID of process that cause trobule: 0x8c0
Hour of launching the application that causes error: 0x01cffc736e910602
Path of the applicatin that causes error: D:\Programy\MySQL Workbench 6.2\MySQLWorkbench.exe
Path of the module that causes error: C:\Windows\system32\KERNELBASE.dll
Raport id: ae1d15f1-6866-11e4-8572-20689d5ba829
And
.NET Runtime
Application: MySQLWorkbench.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
Stack:
at MySQL.GUI.Workbench.Program.Main(System.String[])
Any idea how to fix this?
got same error. found "_README_FOR_ZIP_PACKAGE.txt" file in "mysql-workbench-community-6.2.4-winx64-noinstall.zip." file says
MySQL Workbench needs the following prerequisites:
Microsoft .NET Framework 4 Client Profile (http://www.microsoft.com/download/en/details.aspx?id=17113)
Visual C++ Redistributable for Visual Studio 2013 (http://www.microsoft.com/en-us/download/details.aspx?id=40784)
installed both. and now, it works. hope this information can help somebody.
Install Windows (x86, 32-bit), MSI Installer) from this link , even if your are using 64 bit operating system. MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.
Hi Please install the MSVC 2013 runtime redistributables from MS: http://www.microsoft.com/en-us/download/details.aspx?id=40784
Since I am on Win 7 64-bit, I only installed the 64-bit (x64) version of Visual Studio 2013, and got this error.
How I was able to get past this was:
1) Uninstalling MySQL Workbench, and everything else, except for the MySQL Installer.
2) Installing the 32-bit (x86) version of Visual Studio 2013 (in addition to the 64-bit version)
3) Adding MySQL Workbench, and the other connectors/utilities I wanted.
I'm not sure whether you need both 32-bit or 64-bit, but having both worked for me...
I use version Windows (x86, 64-bit), ZIP Archive
(mysql-workbench-community-6.2.5-winx64-noinstall.zip)
Try installing Visual C++ Redistributable for Visual Studio 2013
Hope this helps!
MySQL Workbench 8.0.... 5 years later, same poor installation doc...
Faulting application name: MySQLWorkbench.exe, version: 8.0.19.0, time stamp: 0x5df6944b
Exception Info: System.IO.FileNotFoundException
at MySQL.GUI.Workbench.Program.Main(System.String[])
... from
https://bugs.mysql.com/bug.php?id=98207
prerequisites:
Microsoft .NET Framework 4.5
Visual C++ Redistributable for Visual Studio 2019
No links on MySQL page but the VC can be found at the bottom under "Other Tools and Frameworks" ...
https://visualstudio.microsoft.com/downloads/

CUDA Developer Toolkit: Display Driver failed installation

I have the Nvidia Quadro NVS4200M along with Intel Integrated Graphics (on my laptop). I can't seem to get the CUDA 5.0 toolkit installation to succeed.
I am running Windows 7 Enterprise Edition 64-bit. I tried the 64-bit desktop & notebook installers and the 32-bit installers.
All of them seem to fail with the error message "Display Driver failed installation". I installed the latest drivers from here, and it is supposed to support CUDA-5.0, and despite that, the installation fails.
After failure, the libraries and binaries are present, but NSight Eclipse (which seems to have no standalone installation link) isn't installed. What could be the possible issue?
I'm not sure why the driver install failed in your case, but if you
have a "recent" driver installed, it's not necessary to use the
driver that comes with the cuda installer. The cuda installer
offers individual options to install the toolkit (required), samples
(optional), and driver (required only if you have an older driver),
so you can just select "no" when prompted for the driver install, to
avoid this, assuming you have a recent driver or installed one such
as the 307.45 driver.
You should always use a 64 bit installer if you have a 64 bit OS.
The only officially supported C/C++ compiler for windows is cl.exe, the microsoft compiler that ships with either Microsoft Visual Studio (the Express edition will do, it is free), or the Windows SDK (for command line use only). You're free to experiment with other stuff, but your mileage may vary. MS VS 2010 (and 2008) are the easiest to use. MS VS 2012 can be made to work but may require extra steps.
I recommend installing cuda after installing Microsoft Visual Studio. This is because the cuda installer should automatically find your VS installation and update some important files to make building cuda projects easier.
nsight Eclipse Edition is a linux-only tool (or mac). It is not for windows use, and will not be installed by the windows cuda installers. nsight EE provides an environment for code building, debugging, and profiling. In windows, the corresponding operations can be done via MS VS IDE for code building, the standalone visual profiler for profiling, and using a separate plug-in, nsight visual studio edition, for debugging and profiling within visual studio. Due to the way visual studio is constructed, nsight visual studio edition will not work with the free versions of visual studio. nsight visual studio has it's own separate installer.
The windows getting started guide may also be of interest.