You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why? Yesterday I can run, but today it's broken. tips me couldn't find src? 项目文件夹里面就没有src文件夹呀
(seed-vc) D:\projects\seed-vc>python app.py
Traceback (most recent call last):
File "D:\projects\seed-vc\app.py", line 5, in
from modules.commons import build_model, load_checkpoint, recursive_munch
File "D:\ProgramData\anaconda3\envs\echomimic310\lib\site-packages\multiscaledeformableattention-1.0-py3.10-win-amd64.egg\modules_init_.py", line 9, in
from .ms_deform_attn import MSDeformAttn
File "D:\ProgramData\anaconda3\envs\echomimic310\lib\site-packages\multiscaledeformableattention-1.0-py3.10-win-amd64.egg\modules\ms_deform_attn.py", line 23, in
from src.utils.dependencies.XPose.models.UniPose.ops.functions.ms_deform_attn_func import MSDeformAttnFunction
ModuleNotFoundError: No module named 'src.utils'
The text was updated successfully, but these errors were encountered:
Why? Yesterday I can run, but today it's broken. tips me couldn't find src? 项目文件夹里面就没有src文件夹呀
(seed-vc) D:\projects\seed-vc>python app.py
Traceback (most recent call last):
File "D:\projects\seed-vc\app.py", line 5, in
from modules.commons import build_model, load_checkpoint, recursive_munch
File "D:\ProgramData\anaconda3\envs\echomimic310\lib\site-packages\multiscaledeformableattention-1.0-py3.10-win-amd64.egg\modules_init_.py", line 9, in
from .ms_deform_attn import MSDeformAttn
File "D:\ProgramData\anaconda3\envs\echomimic310\lib\site-packages\multiscaledeformableattention-1.0-py3.10-win-amd64.egg\modules\ms_deform_attn.py", line 23, in
from src.utils.dependencies.XPose.models.UniPose.ops.functions.ms_deform_attn_func import MSDeformAttnFunction
ModuleNotFoundError: No module named 'src.utils'
The text was updated successfully, but these errors were encountered: