error: Failed to load the native TensorFlow runtime

前端 未结 14 1745
终归单人心
终归单人心 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条回答
  •  Happy的楠姐
    2020-12-08 11:05

    Similar problem occurred with me. I am using Windows 8.1 (64 bit) operating system and Python 3.6.2 (64 bit).

    I have solved the problem by installing Visual C++ Redistributable for Visual Studio 2015 (vc_redist.x64.exe) from vc_redist.x64.exe.

提交回复
热议问题