TMElyralab / MuseTalk

MuseTalk: Real-Time High Quality Lip Synchorization with Latent Space Inpainting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行app.py报错

yugecode opened this issue · comments

commented

Connected to pydev debugger (build 233.13135.95)
Traceback (most recent call last):
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "D:\python\conda\envs\musetalk\lib\site-packages\spaces_init
.py", line 10, in
from .zero.decorator import GPU
File "D:\python\conda\envs\musetalk\lib\site-packages\spaces\zero\decorator.py", line 21, in
from .wrappers import regular_function_wrapper
File "D:\python\conda\envs\musetalk\lib\site-packages\spaces\zero\wrappers.py", line 15, in
from multiprocessing.context import ForkProcess
ImportError: cannot import name 'ForkProcess' from 'multiprocessing.context' (D:\python\conda\envs\musetalk\lib\multiprocessing\context.py)
python-BaseException

commented

解决看这里:#15