Failed to load the native TensorFlow runtime. Python 3.5.2

前端 未结 8 1014
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-28 10:21

I\'m trying to install Tensorflow in my PC, i installed Python 3.5.2 64-bit, cuda_8.0.61 for windows 10 and cudnn-8.0-windows10-x64-v6.0

I used \"native\" pip to ins

相关标签:
8条回答
  • 2020-12-28 11:02

    The problem for me was with a package named protobuf, It was solved by using pip install https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-0.12.0rc0-cp35-cp35m-win_amd64.whl which upgraded protobuf to 3.6.1 and solved the error.

    0 讨论(0)
  • 2020-12-28 11:05

    My computer is Windows with CPU and I have had same issues. I uninstall tensorflow 1.9 and install 1.5 instead. It works right now.

    0 讨论(0)
提交回复
热议问题