Error while subprocess initialization: Traceback (most recent call last):
File "D:\DFL\DFL1216dfldata.xyz\_internal\DeepFaceLab\core\joblib\SubprocessorBase.py", line 62, in _subprocess_run
self.on_initialize(client_dict)
File "D:\DFL\DFL1216dfldata.xyz\_internal\DeepFaceLab\mainscripts\Extractor.py", line 68, in on_initialize
nn.initialize (device_config)
File "D:\DFL\DFL1216dfldata.xyz\_internal\DeepFaceLab\core\leras\nn.py", line 81, in initialize
import tensorflow.compat.v1 as tf
File "D:\DFL\DFL1216dfldata.xyz\_internal\python-3.6.8\lib\site-packages\tensorflow\__init__.py", line 41, in <module>
from tensorflow.python.tools import module_util as _module_util
File "D:\DFL\DFL1216dfldata.xyz\_internal\python-3.6.8\lib\site-packages\tensorflow\python\__init__.py", line 39, in <module>
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "D:\DFL\DFL1216dfldata.xyz\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 28, in <module>
self_check.preload_check()
File "D:\DFL\DFL1216dfldata.xyz\_internal\python-3.6.8\lib\site-packages\tensorflow\python\platform\self_check.py", line 61, in preload_check
% " or ".join(missing))
ImportError: Could not find the DLL(s) 'msvcp140_1.dll'. TensorFlow requires that these DLLs be installed in a directory that is named in your %PATH% environment variable. You may install these DLLs by downloading "Microsoft C++ Redistributable for Visual Studio 2015, 2017 and 2019" for your platform from this URL: https://support.microsoft.com/he ... -visual-c-downloads
Traceback (most recent call last):
File "D:\DFL\DFL1216dfldata.xyz\_internal\DeepFaceLab\main.py", line 324, in <module>
arguments.func(arguments)
File "D:\DFL\DFL1216dfldata.xyz\_internal\DeepFaceLab\main.py", line 45, in process_extract
force_gpu_idxs = [ int(x) for x in arguments.force_gpu_idxs.split(',') ] if arguments.force_gpu_idxs is not None else None,
File "D:\DFL\DFL1216dfldata.xyz\_internal\DeepFaceLab\mainscripts\Extractor.py", line 853, in main
device_config=device_config).run()
File "D:\DFL\DFL1216dfldata.xyz\_internal\DeepFaceLab\core\joblib\SubprocessorBase.py", line 210, in run
raise Exception ( "Unable to start subprocesses." )
Exception: Unable to start subprocesses.
You may install these DLLs by downloading "Microsoft C++ Redistributable for Visual Studio 2015, 2017 and 2019" for your platform from this URL: https://support.microsoft.com/he ... -visual-c-downloads