Remember to successfully install TensorFlow once

When installing python3.6.4 amd64, an error such as " api-ms-win-crt-runtime-|1-1-0.dll " appeared. Through google query, it was found that the runtime library of msvc2015 was missing.

After installing the msvc2015 runtime library, the " api-ms-win-crt-runtime-|1-1-0.dll " error still appeared after installing it again , so I installed the MSVC2015Update3RC runtime library with a fluke. Unobstructed, according to the tutorial above https://www.tensorflow.org/install/install_windows , I also successfully installed TensorFlow.

 

From the introduction of pyhton's official website, installing python requires installing the c runtime environment

If installing Python 3.6 as a non-privileged user, you may need to escalate to administrator privileges to install an update to your C runtime libraries.

 

 

Summary: If the installation of the latest version of python (python3.6.4 2018.4.27) prompts an error like " api-ms-win-crt-runtime-|1-1-0.dll ", you need to install the runtime library. If msvc2015 does not work, then Install the patch library MSVC2015Update3RC

 

 

PS: I refer to the following website

https://blog.csdn.net/fuchaosz/article/details/78996544

https://www.tensorflow.org/install/install_windows

https://www.microsoft.com/zh-cn/download/details.aspx?id=48145

https://www.microsoft.com/zh-CN/download/details.aspx?id=52685

https://www.python.org/downloads/release/python-365/

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324916604&siteId=291194637