error: Failed to load the native TensorFlow runtime

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

    1. go to [https://github.com/fo40225/tensorflow-windows-wheel][1]
    2. based on python and cuda version copy one of the path(I used compiler:VS2017 15.8 ,CUDA:NO ,SIMD:x86_64 and this worked for me)

    3. paste it after https://github.com/fo40225/tensorflow-windows-wheel/blob/master/

    4. download *.whl

    5. open anaconda and change directory to location of *.whl

    6. run this command: pip install *.whl (instead of * must be use name of .whl file)

提交回复
热议问题