Could not load dynamic library ‘cusolver64_10.dll‘; dlerror: cusolver64_10.dll not found已解决

 question:

Error reported after installing CUDA11.0, cuDNN8.0, tensorflow2.4.0

The main reason is that the following two libraries are not loaded, but I clearly saw these two libraries in the installation location of CUDA.

 Could not load dynamic library 'cusolver64_10.dll'; dlerror: cusolver64_10.dll not found

Could not load dynamic library 'cudnn64_8.dll'; dlerror: cudnn64_8.dll not found

Solution

Find the error library in the CUDA installation directory, that is, cusolver64_10.dll and cudnn64_8.dll . Place it directly in C:\Windows\System32 after copying 

 problem solved

 

Guess you like

Origin blog.csdn.net/Nan_Feng_ya/article/details/130505245