getting this error after reinstalling windows
Traceback (most recent call last):
File "D:\dfl\DeepFaceLab_DirectX12_internal\DeepFaceLab\main.py", line 6, in
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)
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
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.
Did you ever find the answer? If so, would you mind sharing it and closing this issue?