ali1234 / vhs-teletext

Software to recover teletext data from VHS recordings.
GNU General Public License v3.0
179 stars 21 forks source link

Windows 10 CUDA runtime library not found #62

Closed socialcatde closed 3 years ago

socialcatde commented 3 years ago

I cant't get the program to recognise the CUDA installation for Deconvolve. First it didn't find pycuda and skcuda but I did install them with pip. Unfortunately I don't know what to do now. CUDA is installed and works with a sample python test program from the install.

Any ideas? I was not able to install the program in the default installation folder in "WindowsApps" could that be a problem? It is installed in:

C:\Users\USRNAME\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\Scripts

Cuda Version 11.1.1

It is also in PATH

Another idea: This laptop has a AMD Ryzen 7 4800H maybe it is using the CPU graphics card? // but forcing the teletext.exe to use the proper GPU doesn't change anything.

socialcatde commented 3 years ago

Using CUDA 10.0 and Visual Studio 2017 solved the problem.