I have install tensorflow v2.1.0
with python version 3.6.6
and pip version 20.0.2
. When i try to import tensorflow i got below error.
C:UsersDexter>python
Python 3.6.6 (v3.6.6:4cf1f54eb7, Jun 27 2018, 03:37:03) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow
Traceback (most recent call last):
File "C:UsersDexterAppDataLocalProgramsPythonPython36libsite-packagesensorflow_corepythonpywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:UsersDexterAppDataLocalProgramsPythonPython36libsite-packagesensorflow_corepythonpywrap_tensorflow_internal.py", line 28, in <module>
_pywrap_tensorflow_internal = swig_import_helper()
File "C:UsersDexterAppDataLocalProgramsPythonPython36libsite-packagesensorflow_corepythonpywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:UsersDexterAppDataLocalProgramsPythonPython36libimp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:UsersDexterAppDataLocalProgramsPythonPython36libimp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.
When i searched on google i always get tensorflow-gpu solution i don't have any graphic card in my system. below is info of my display driver. Please help me with this i stuck in this.
I have c++ Redistributable for Visual Studio 2017
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…