|
换脸软件如果提示下方这个,说明电脑没装 c++ 模块,下载 https://aka.ms/vs/16/release/vc_redist.x64.exe 这个安装一下
- (VENV) D:\rope\rope_main>python3.10\python.exe Rope.py
- Microsoft Visual C++ Redistributable is not installed, this may lead to the DLL load failure.
- It can be downloaded at https://aka.ms/vs/16/release/vc_redist.x64.exe
- Traceback (most recent call last):
- File "D:\rope\rope_main\Rope.py", line 3, in <module>
- from rope import Coordinator
- File "D:\rope\rope_main\rope\Coordinator.py", line 7, in <module>
- import rope.VideoManager as VM
- File "D:\rope\rope_main\rope\VideoManager.py", line 13, in <module>
- import torch
- File "D:\rope\rope_main\python3.10\lib\site-packages\torch\__init__.py", line 133, in <module>
- raise err
- OSError: [WinError 126] 找不到指定的模块。 Error loading "D:\rope\rope_main\python3.10\lib\site-packages\torch\lib\c10.dll" or one of its dependencies.
复制代码
|
|