|
(VENV) C:\roop1.3.2c>python run.py --source "C:/png/c.jpg" --target "C:/png/3d0dd37c241df144ee38d7345a5825e6.mp4" --output "C:/png/��.mp4" --frame-processor face_swapper face_enhancer --keep-fps --similar-face-distance 0.85 --temp-frame-format png --temp-frame-quality 18 --output-video-quality 18 --max-memory 4 --execution-provider cpu --execution-threads 4
C:\roop1.3.2c\python3\lib\site-packages\onnxruntime\capi\_pybind_state.py:26: UserWarning: Please install the 2019 Visual C++ runtime and then try again. If you've installed the runtime in a non-standard location (other than %SystemRoot%\System32), make sure it can be found by setting the correct path.
warnings.warn("Please install the 2019 Visual C++ runtime and then try again. "
Traceback (most recent call last):
File "C:\roop1.3.2c\run.py", line 3, in <module>
from roop import core
File "C:\roop1.3.2c\roop\core.py", line 17, in <module>
import tensorflow
File "C:\roop1.3.2c\python3\lib\site-packages\tensorflow\__init__.py", line 38, in <module>
from tensorflow.python.tools import module_util as _module_util
File "C:\roop1.3.2c\python3\lib\site-packages\tensorflow\python\__init__.py", line 36, in <module>
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\roop1.3.2c\python3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 26, in <module>
self_check.preload_check()
File "C:\roop1.3.2c\python3\lib\site-packages\tensorflow\python\platform\self_check.py", line 50, in preload_check
raise ImportError(
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/help/2977003/the-latest-supported-visual-c-downloads提示这个,是啥原因 |
|