meiyouruguo 发表于 2023-9-28 10:56:35

关于换脸软件提示Microsoft Visual C++ Redistributable is not installed解决方法

换脸软件如果提示下方这个,说明电脑没装 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: 找不到指定的模块。 Error loading "D:\rope\rope_main\python3.10\lib\site-packages\torch\lib\c10.dll" or one of its dependencies.


ljp11111 发表于 2023-9-28 11:19:38

谢谢楼主分享

googleqwer 发表于 2023-9-28 12:06:14

菊花花哼哼唧唧

念心 发表于 2023-9-28 20:23:48

谢谢楼主分享

lzyiou2008 发表于 2023-10-14 18:28:46

谢谢楼主分享
页: [1]
查看完整版本: 关于换脸软件提示Microsoft Visual C++ Redistributable is not installed解决方法