visual 全安裝
不知道還缺了什麼?
我也遇到了同样的报错,一模一样。而且根据报错的字面理解,应该是让安装C++生成还是什么的。我下载了安装器之后发现有很多勾选项,不确定必要的勾选是什么。 During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "E:\Ditto-Talkinghead\deepface\lib\site-packages\gradio\queueing.py", line 625, in process_events
response = await route_utils.call_process_api(
File "E:\Ditto-Talkinghead\deepface\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "E:\Ditto-Talkinghead\deepface\lib\site-packages\gradio\blocks.py", line 2103, in process_api
result = await self.call_function(
File "E:\Ditto-Talkinghead\deepface\lib\site-packages\gradio\blocks.py", line 1650, in call_function
prediction = await anyio.to_thread.run_sync(# type: ignore
File "E:\Ditto-Talkinghead\deepface\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "E:\Ditto-Talkinghead\deepface\lib\site-packages\anyio\_backends\_asyncio.py", line 2470, in run_sync_in_worker_thread
return await future
File "E:\Ditto-Talkinghead\deepface\lib\site-packages\anyio\_backends\_asyncio.py", line 967, in run
result = context.run(func, *args)
File "E:\Ditto-Talkinghead\deepface\lib\site-packages\gradio\utils.py", line 890, in wrapper
response = f(*args, **kwargs)
File "<frozen app>", line 49, in generate_speaking_video
gradio.exceptions.Error: "未知错误: 'gbk' codec can't decode byte 0xb4 in position 1619: illegal multibyte sequence"
错误,怎么解决? jasonit 发表于 2025-4-3 13:38
During handling of the above exception, another exception occurred:
Traceback (most recent call las ...
需要安装MSVC编译器,如果搞不定,就用其他的吧
页:
1
[2]