导入张量流时出现错误

时间:2018-08-19 18:53:41

标签: python tensorflow

我遇到了错误。我的系统是Windows 10-64位,没有NVIDIA,7岁的笔记本电脑。我尝试了所有步骤,但仍然收到相同的错误。

    ImportError: DLL load failed: A dynamic link library (DLL) initialization 
    routine failed.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
    File "C:\Users\user\Anaconda\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module>
        from tensorflow.python.pywrap_tensorflow_internal import *
    File "C:\Users\user\Anaconda\envs\tensorflow\lib\site- 
    packages\tensorflow\python\pywrap_tensorflow_internal.py", line 17, in <module>
        _pywrap_tensorflow_internal = swig_import_helper()
    File "C:\Users\user\Anaconda\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 16, in swig_import_helper
        return importlib.import_module('_pywrap_tensorflow_internal')
    File "C:\Users\user\Anaconda\envs\tensorflow\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_problems

for some common reasons and solutions.  Include the entire stack trace
above this error message when asking for help.

0 个答案:

没有答案