DeepFaceLab icon indicating copy to clipboard operation
DeepFaceLab copied to clipboard

it keep saying module could not be found

Open azm134625 opened this issue 3 years ago • 0 comments

hello , it keep saying module not found and import error , help please?

Process Process-1: Traceback (most recent call last): File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "imp.py", line 243, in load_module File "imp.py", line 343, in load_dynamic ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "multiprocessing\process.py", line 258, in bootstrap File "multiprocessing\process.py", line 93, in run File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\DeepFaceLab\core\leras\device.py", line 102, in get_tf_devices_proc import tensorflow File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_init.py", line 102, in from tensorflow_core import * File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_core_init.py", line 28, in from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_init_.py", line 50, in getattr module = self.load() File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_init.py", line 44, in load module = importlib.import_module(self.name) File "importlib_init.py", line 126, in import_module File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_core\python_init.py", line 49, in from tensorflow.python import pywrap_tensorflow File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in raise ImportError(msg) ImportError: Traceback (most recent call last): File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\amir\Downloads\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "imp.py", line 243, in load_module File "imp.py", line 343, in load_dynamic ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

azm134625 avatar May 30 '22 21:05 azm134625