X
63 Rate this article:
No rating

[INTERNAL] ENVI Deep Learning TensorFlow Traceback Error: Failed to execute script dlengineTraceback

Anonym

An error message referencing failure to execute dlengineTraceback may occur if the graphics card does not meet the minumum CUDA Compute requisites. ENVI Deep Learning uses TensorFlow, which has a hardware requisite CUDA Compute Capability of 3.5 or greater. Please see this link for locating the CUDA Compute Capability for your NVIDIA GPU.

This error may also occur if the GPU Drivers have not been updated, but is usually seen when the Graphics card is incompatible with TensorFlow. However, the error was resolved by some who upgraded both the GPU driver as well as the operating system to meet the Driver's needs. If the issue is that the GPU is not compatible, the only solution is to use a machine with a GPU that is compatible.
 

 

[24768] Failed to execute script dlengineTraceback (most recent call last):
File "pywrap_tensorflow_internal.py" line 18,
in swig_import_helper File "imp.py", line 297,
in find_moduleImportError:
No module named '_pywrap_tensorflow_internal'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "pywrap_tensorflow.py", line 58,
in <module> File "pyimod03_importers.py", line 627,
in exec_module File "pywrap_tensorflow_internal.py", line 28,
in <module> File "pywrap_tensorflow_internal", line 20,
in swig_import_helperImportError:
DLL load failed: The specified procedure could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "dlengine.py", line 46,
in <module> File "pyimod03_importers.py", line 627,
in exec_module File "__init__.py", line 8,
in <module> File "pyimod03_importers.py", line 627,
in exec_module File "analyzemodel.py", line 8,
in <module> File "pyimod03_importers.py", line 627,
in exec_module File "analyze_model.py", line 6,
in <module> File "pyimod03_importers.py", line 627,
in exec_module file "__init__.py", line 24,
in <module> File "pyimod03_importers.py", line 627,
in exec_module file "__init__.py", line 49,
in <module> File "pyimod03_importers.py", line 627,
in exec_module File "pywrap_tensorflow.py", line 74,
in <module> ImportError: Traceback (most recent call last):
File "site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18,
in swig_import_helper File "imp.py", line 297,
in find_moduleImportError:
No module named '_pywrap_tensorflow_internal'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "site-packages\tensorflow\python\pywrap_tensorflow.py", line 58,
in <module> File C:\user\workspace\deeplearning-trunk_01a_windows_b

 

Created - 5/23/2019 - JBloom