error: Failed to load the native TensorFlow runtime

前端 未结 14 1672
终归单人心
终归单人心 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:22

    I had the same problem, I'm using a macbook unibody (2008) it works perfectly, and I can't update it any more, currently it's running MacOS X 10.11 (El Capitán). So, after being fighting for several hours trying to solve it, I've been able to solve it doing the next thing:

    pip uninstall tensorflow
    
    conda install tensorflow instead of "pip"
    

    Regards!

    0 讨论(0)
  • 2020-12-08 11:24

    For mac users who us macOS X versions < 10.12.6 install tensorflow version 1.5:

    pip install tensorflow==1.5

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