Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.(5)

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

ITtutoria

ITtutoria Logo ITtutoria Logo

ITtutoria Navigation

  • Python
  • Java
  • Reactjs
  • JavaScript
  • R
  • PySpark
  • MYSQL
  • Pandas
  • QA
  • C++
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Python
  • Science
  • Java
  • JavaScript
  • Reactjs
  • Nodejs
  • Tools
  • QA
Home/ Questions/How to avoid the error "failed to load the native tensorflow runtime"?
Next
Answered
Ezra O'Kelly
  • 6
Ezra O'Kelly
Asked: May 18, 20222022-05-18T16:55:09+00:00 2022-05-18T16:55:09+00:00In: python

How to avoid the error “failed to load the native tensorflow runtime”?

  • 6

. Advertisement .

..3..

. Advertisement .

..4..

I am tired of fixing the problem: failed to load the native tensorflow runtime in the python; even if I get the reference from another forum, it still returns an error:

C:\>python
 Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AM
 D64)] on win32
 Type "help", "copyright", "credits" or "license" for more information.
 >>> import tensorflow as tf
 Traceback (most recent call last):
  File "C:\Python35\lib\site-packages\tensorflow\python\pywrap_tensorflow_intern
 al.py", line 18, in swig_import_helper
  return importlib.import_module(mname)
  File "C:\Python35\lib\importlib\__init__.py", line 126, in import_module
  return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 666, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 577, in module_from_spec
  File "<frozen importlib._bootstrap_external>", line 906, in create_module
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
 ImportError: DLL load failed: The specified module could not be found.
 
 During handling of the above exception, another exception occurred:
 
 Traceback (most recent call last):
  File "C:\Python35\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", l
 ine 41, in <module>
  from tensorflow.python.pywrap_tensorflow_internal import *
  File "C:\Python35\lib\site-packages\tensorflow\python\pywrap_tensorflow_intern
 al.py", line 21, in <module>
  _pywrap_tensorflow_internal = swig_import_helper()
  File "C:\Python35\lib\site-packages\tensorflow\python\pywrap_tensorflow_intern
 al.py", line 20, in swig_import_helper
  return importlib.import_module('_pywrap_tensorflow_internal')
  File "C:\Python35\lib\importlib\__init__.py", line 126, in import_module
  return _bootstrap._gcd_import(name[level:], package, level)
 ImportError: No module named '_pywrap_tensorflow_internal'
 
 During handling of the above exception, another exception occurred:
 
 Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python35\lib\site-packages\tensorflow\__init__.py", line 24, in <modu
 le>
  from tensorflow.python import *
  File "C:\Python35\lib\site-packages\tensorflow\python\__init__.py", line 49, i
 n <module>
  from tensorflow.python import pywrap_tensorflow
  File "C:\Python35\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", l
 ine 52, in <module>
  raise ImportError(msg)
 ImportError: Traceback (most recent call last):
  File "C:\Python35\lib\site-packages\tensorflow\python\pywrap_tensorflow_intern
 al.py", line 18, in swig_import_helper
  return importlib.import_module(mname)
  File "C:\Python35\lib\importlib\__init__.py", line 126, in import_module
  return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 666, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 577, in module_from_spec
  File "<frozen importlib._bootstrap_external>", line 906, in create_module
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
 ImportError: DLL load failed: The specified module could not be found.
 
 During handling of the above exception, another exception occurred:
 
 Traceback (most recent call last):
  File "C:\Python35\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", l
 ine 41, in <module>
  from tensorflow.python.pywrap_tensorflow_internal import *
  File "C:\Python35\lib\site-packages\tensorflow\python\pywrap_tensorflow_intern
 al.py", line 21, in <module>
  _pywrap_tensorflow_internal = swig_import_helper()
  File "C:\Python35\lib\site-packages\tensorflow\python\pywrap_tensorflow_intern
 al.py", line 20, in swig_import_helper
  return importlib.import_module('_pywrap_tensorflow_internal')
  File "C:\Python35\lib\importlib\__init__.py", line 126, in import_module
  return _bootstrap._gcd_import(name[level:], package, level)
 ImportError: No module named '_pywrap_tensorflow_internal'
 
 
 Failed to load the native TensorFlow runtime.
 
 See https://www.tensorflow.org/install/install_sources#common_installation_probl
 ems
 
 for some common reasons and solutions. Include the entire stack trace
 above this error message when asking for help.
 >>>

To identify the problem, I will show you the detail here:

C:\>pip3 install --upgrade tensorflow
 Collecting tensorflow
  Using cached tensorflow-1.2.0-cp35-cp35m-win_amd64.whl
 Requirement already up-to-date: bleach==1.5.0 in c:\python35\lib\site-packages (
 from tensorflow)
 Requirement already up-to-date: werkzeug>=0.11.10 in c:\python35\lib\site-packag
 es (from tensorflow)
 Requirement already up-to-date: html5lib==0.9999999 in c:\python35\lib\site-pack
 ages (from tensorflow)
 Requirement already up-to-date: protobuf>=3.2.0 in c:\python35\lib\site-packages
  (from tensorflow)
 Requirement already up-to-date: backports.weakref==1.0rc1 in c:\python35\lib\sit
 e-packages (from tensorflow)
 Requirement already up-to-date: markdown==2.2.0 in c:\python35\lib\site-packages
  (from tensorflow)
 Requirement already up-to-date: numpy>=1.11.0 in c:\python35\lib\site-packages (
 from tensorflow)
 Requirement already up-to-date: six>=1.10.0 in c:\python35\lib\site-packages (fr
 om tensorflow)
 Requirement already up-to-date: wheel>=0.26 in c:\python35\lib\site-packages (fr
 om tensorflow)
 Requirement already up-to-date: setuptools in c:\python35\lib\site-packages (fro
 m protobuf>=3.2.0->tensorflow)
 Installing collected packages: tensorflow
 Successfully installed tensorflow-1.2.0

How do I do that? Could you support me in improving this problem?

native tensorflow
  • 2 2 Answers
  • 88 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook
  • Report

2 Answers

  • Voted
  • Oldest
  • Recent
  • Random
  1. Best Answer
    dttutoria Expert
    2022-06-20T00:37:39+00:00Added an answer on June 20, 2022 at 12:37 am

    The cause: There are some reason for the error “failed to load the native tensorflow runtime”:

    1. This error can appear sometimes if TensorFlow is incorrectly created from source code.
    2. The usage of an outdated CPU that is incapable of supporting AVX instructions will also result in this issue.

    Solution:

    1. By launching your Python interpreter in the directory you constructed from, you might be able to get around it. Otherwise, I advise doing the other steps:
      – Remove TensorFlow
      -The pre-built package should be reinstalled in a different environment.
    2. Choose one of the following ways:
      -Without AVX instructions, compile TensorFlow from source
      -Utilize a previous version of TensorFlow pip install tensorflow 1.6 (It demands Python 3.6 or lower version) 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Sacha Sabatier
    2022-05-25T20:35:03+00:00Added an answer on May 25, 2022 at 8:35 pm

    After executing this line, my code worked flawlessly.

    pip install tensorflow --upgrade --force-reinstall
    • 8
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question
  • How to Split String by space in C++
  • How To Convert A Pandas DataFrame Column To A List
  • How to Replace Multiple Characters in A String in Python?
  • How To Remove Special Characters From String Python

Explore

  • Home
  • Tutorial

Footer

ITtutoria

ITtutoria

This website is user friendly and will facilitate transferring knowledge. It would be useful for a self-initiated learning process.

@ ITTutoria Co Ltd.

Tutorial

  • Home
  • Python
  • Science
  • Java
  • JavaScript
  • Reactjs
  • Nodejs
  • Tools
  • QA

Legal Stuff

  • About Us
  • Terms of Use
  • Privacy Policy
  • Contact Us

DMCA.com Protection Status

Help

  • Knowledge Base
  • Support

Follow

© 2022 Ittutoria. All Rights Reserved.

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.