When pip installs tensordlow, cudart64_101.dll fails.

When pip installs tensordlow, cudart64_101.dll fails.

Problem description: Could not load dynamic library'cudart64_101.dll'; dlerror: cudart64_101.dll

Solution:

  1. Enter the website.
https://cn.dll-files.com/cudart64_101.dll.html

2. Directly search for the required .dll file. Or choose the latest download. Insert picture description here
3. Unzip the downloaded zip.
4. Replace cudart64_101.dll to your system path. Its default path is as follows:
On 64-bit Windows, the default path of the DLL file is

C:\Windows\SysWOW64\

32-bit DLL files in

C:\Windows\System32\ 

(如果不确定,就上面两个路径都放试一试。)

The screenshot of the problem successfully resolved is as follows:

Insert picture description here
5. If it has not been resolved, refer to this step (the official website steps, I am useless, you can try)
https://cn.dll-files.com/cudart64_101.dll.html website steps

If your tensorflow has not been installed in 1 minute, please check this article .

Guess you like

Origin blog.csdn.net/qq_44218805/article/details/107694564