Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python app.py报错 #71

Open
ltbjwzttzz opened this issue May 9, 2024 · 0 comments
Open

python app.py报错 #71

ltbjwzttzz opened this issue May 9, 2024 · 0 comments

Comments

@ltbjwzttzz
Copy link

(venv) e:\AI\MuseTalk>python app.py
Traceback (most recent call last):
File "e:\AI\MuseTalk\app.py", line 7, in
import spaces
File "e:\AI\MuseTalk\venv\lib\site-packages\spaces_init_.py", line 10, in
from .zero.decorator import GPU
File "e:\AI\MuseTalk\venv\lib\site-packages\spaces\zero\decorator.py", line 21, in
from .wrappers import regular_function_wrapper
File "e:\AI\MuseTalk\venv\lib\site-packages\spaces\zero\wrappers.py", line 14, in
from multiprocessing.context import ForkProcess
ImportError: cannot import name 'ForkProcess' from 'multiprocessing.context' (C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\multiprocessing\context.py)

环境是win10 ,Python 3.10.6。
在requirements.txt把spaces修改为spaces==0.25.0,依然报错。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant