Could not load dynamic library 'cudart64_101.dll' on tensorflow CPU-only installation

前端 未结 13 1654
隐瞒了意图╮
隐瞒了意图╮ 2020-11-28 04:02

I just installed the latest version of Tensorflow via pip install tensorflow and whenever I run a program, I get the log message:

W tenso

13条回答
  •  感动是毒
    2020-11-28 04:34

    This answer might be helpful if you see above error but actually you have CUDA 10 installed:

    pip install tensorflow-gpu==2.0.0
    

    output:

    I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_100.dll
    

    which was the solution for me.

提交回复
热议问题