成功解决File "frozen importlib._bootstrap", line 219, in _call_with_frames_removed ImportError: DLL lo

成功解决File "frozen importlib._bootstrap", line 219, in _call_with_frames_removed ImportError: DLL lo

 

 

 

目录

解决问题

解决思路

解决方法


 

 

 

 

 

解决问题

File "", line 219, in _call_with_frames_removed
ImportError: DLL load failed: 找不到指定的模块。

Traceback (most recent call last):
  File "F:\Program Files\Python\Python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 14, in swig_import_helper
    return importlib.import_module(mname)
  File "F:\Program Files\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 994, in _gcd_import
  File "", line 971, in _find_and_load
  File "", line 955, in _find_and_load_unlocked
  File "", line 658, in _load_unlocked
  File "", line 571, in module_from_spec
  File "", line 922, in create_module
  File "", line 219, in _call_with_frames_removed
ImportError: DLL load failed: 找不到指定的模块。

成功解决File

 

 

 

 

 

解决思路

找不到指定的模块

 

 

 

 

 

 

 

解决方法

第一次尝试,将tensorflow库函数加载

成功解决File

 

博主,第一次运行成功!

 

 

你可能感兴趣的:(Computer,knowledge)