Failed to load the native TensorFlow runtime. Python 3.5.2

前端 未结 8 1070
佛祖请我去吃肉
佛祖请我去吃肉 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 10:50

    I have the same problem with you. The problem is that Anaconda automatically updates the python version when installing ipython and spyder, which becomes version 3.6. You can change the python version to version 3.5 by entering the tensorflow environment via Anaconda. enter image description here

提交回复
热议问题