当前位置: 代码迷 >> 综合 >> tensorflow 2.X Failed to load the native TensorFlow runtime 问题解决
  详细解决方案

tensorflow 2.X Failed to load the native TensorFlow runtime 问题解决

热度:73   发布时间:2023-12-14 05:34:05.0

ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

解决办法:

Go to the Microsoft Visual C++ downloads,
Scroll down the page to the Visual Studio 2015, 2017 and 2019 section.
Download and install the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 for your platform.

Tensorflow 2.1.0 is compiled using MSVC 2019, which appears to require an additional DLL.

  相关解决方案