error: Failed to load the native TensorFlow runtime

前端 未结 14 1752
终归单人心
终归单人心 2020-12-08 10:36

i\'m new to tensorflow, today i installed tensorflow using:

C:\\>pip3 install --upgrade tensorflow
Collecting tensorflow
  Using cached tensorflow-1.2.0-c         


        
14条回答
  •  遥遥无期
    2020-12-08 11:10

    I had the same problem today and I followed all of these advice here as well as many more from other sources in the internet and from my own head. None of them worked.

    I had installed tf 1.2.0 and it had no problem importing it

    pip3 install --upgrade tensorflow==1.2.0

    Further on, I found out that all the versions import well, up to 1.6.0., so I'll go about with 1.5.0. Currently, the latest is 1.7.0.

提交回复
热议问题