DeepFaceLab icon indicating copy to clipboard operation
DeepFaceLab copied to clipboard

getting this error after reinstalling windows

Open CYBORGX002 opened this issue 4 years ago • 3 comments

Traceback (most recent call last): File "D:\dfl\DeepFaceLab_DirectX12_internal\DeepFaceLab\main.py", line 6, in from core.leras import nn File "D:\dfl\DeepFaceLab_DirectX12_internal\DeepFaceLab\core\leras_init_.py", line 1, in from .nn import nn File "D:\dfl\DeepFaceLab_DirectX12_internal\DeepFaceLab\core\leras\nn.py", line 26, in from core.interact import interact as io File "D:\dfl\DeepFaceLab_DirectX12_internal\DeepFaceLab\core\interact_init_.py", line 1, in from .interact import interact File "D:\dfl\DeepFaceLab_DirectX12_internal\DeepFaceLab\core\interact\interact.py", line 9, in import cv2 File "D:\dfl\DeepFaceLab_DirectX12_internal\python-3.6.8\lib\site-packages\cv2_init_.py", line 3, in from .cv2 import * ImportError: DLL load failed: The spec ified module could not be found. Press any key to continue . . .

Capture

CYBORGX002 avatar Dec 12 '21 05:12 CYBORGX002

It is telling you the "cv2" module is missing. ( that is the module it tried to import but failed, line 3) from .cv2 import * (* means import everything)

You should google what the "cv2" module is and how to install it.

But now the developer will see this post and can fix it if the problem is on his side.

Thanks for the heads up on his behalf :)

( I'm not a developer on this repo btw)

qkum avatar Dec 12 '21 17:12 qkum

It is telling you the "cv2" module is missing. ( that is the module it tried to import but failed, line 3) from .cv2 import * (* means import everything)

You should google what the "cv2" module is and how to install it.

But now the developer will see this post and can fix it if the problem is on his side.

Thanks for the heads up on his behalf :)

( I'm not a developer on this repo btw)

tnq bt now im getting new error it wont let me to train stuck by saying press any key to continue

CYBORGX002 avatar Dec 13 '21 10:12 CYBORGX002

don't use windows 10 with n version , n meaning The N version of Windows comes without a media player baked into the system. available to customers in Europe, does not include Media Play back capabilities, but can be downloaded separately. It is available in Home, Pro and Enterprise editions too.

deyu260 avatar Jun 29 '22 15:06 deyu260

Did you ever find the answer? If so, would you mind sharing it and closing this issue?

joolstorrentecalo avatar Jun 08 '23 23:06 joolstorrentecalo