---------------------------------------------------------------------------ImportError Traceback (most recent call last)C:\Users\Uri\AppData\Roaming\Python\Python35\site-packages\tensorflow\python\pywrap_tensorflow.py in <module>() 57 ---> 58 from tensorflow.python.pywrap_tensorflow_internal import * 59 from tensorflow.python.pywrap_tensorflow_internal import __version__C:\Users\Uri\AppData\Roaming\Python\Python35\site-packages\tensorflow\python\pywrap_tensorflow_internal.py in <module>() 17 return importlib.import_module(mname)---> 18 _pywrap_tensorflow_internal = swig_import_helper() 19 del swig_import_helperC:\Users\Uri\AppData\Roaming\Python\Python35\site-packages\tensorflow\python\pywrap_tensorflow_internal.py in swig_import_helper() 16 mname = '.'.join((pkg, '_pywrap_tensorflow_internal')).lstrip('.')---> 17 return importlib.import_module(mname) 18 _pywrap_tensorflow_internal = swig_import_helper()d:\Program Files\Anaconda3\lib\importlib\__init__.py in import_module(name, package) 125 level += 1--> 126 return _bootstrap._gcd_import(name[level:], package, level) 127 ImportError: DLL load failed: 找不到指定的模块。During handling of the above exception, another exception occurred:ImportError Traceback (most recent call last)<ipython-input-10-41389fad42b5> in <module>()----> 1 import tensorflow as tfC:\Users\Uri\AppData\Roaming\Python\Python35\site-packages\tensorflow\__init__.py in <module>() 22 23 # pylint: disable=g-bad-import-order---> 24 from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import 25 # pylint: disable=wildcard-import 26 from tensorflow.tools.api.generator.api import * # pylint: disable=redefined-builtinC:\Users\Uri\AppData\Roaming\Python\Python35\site-packages\tensorflow\python\__init__.py in <module>() 47 import numpy as np 48 ---> 49 from tensorflow.python import pywrap_tensorflow 50 51 # Protocol buffersC:\Users\Uri\AppData\Roaming\Python\Python35\site-packages\tensorflow\python\pywrap_tensorflow.py in <module>() 72 for some common reasons and solutions. Include the entire stack trace 73 above this error message when asking for help.""" % traceback.format_exc()---> 74 raise ImportError(msg) 75 76 # pylint: enable=wildcard-import,g-import-not-at-top,unused-import,line-too-longImportError: Traceback (most recent call last): File "C:\Users\Uri\AppData\Roaming\Python\Python35\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Uri\AppData\Roaming\Python\Python35\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in <module> _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Uri\AppData\Roaming\Python\Python35\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 17, in swig_import_helper return importlib.import_module(mname) File "d:\Program Files\Anaconda3\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level)ImportError: DLL load failed: 找不到指定的模块。Failed to load the native TensorFlow runtime.See https://www.tensorflow.org/install/install_sources#common_installation_problemsfor some common reasons and solutions. Include the entire stack traceabove this error message when asking for help.
