open-chat-video-editor icon indicating copy to clipboard operation
open-chat-video-editor copied to clipboard

在docker下build tts generator的时候会出现seg fault

Open JumpHighgt opened this issue 1 year ago • 0 comments

Current thread 0x0000004001763fc0 (most recent call first): File "", line 219 in _call_with_frames_removed File "", line 1166 in create_module File "", line 556 in module_from_spec File "", line 657 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "", line 219 in _call_with_frames_removed File "", line 1042 in _handle_fromlist File "/data/anaconda3/envs/open_editor/lib/python3.8/site-packages/paddle/fluid/core.py", line 274 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "", line 219 in _call_with_frames_removed File "", line 1042 in _handle_fromlist File "/data/anaconda3/envs/open_editor/lib/python3.8/site-packages/paddle/fluid/framework.py", line 37 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "", line 219 in _call_with_frames_removed File "", line 1042 in _handle_fromlist File "/data/anaconda3/envs/open_editor/lib/python3.8/site-packages/paddle/fluid/init.py", line 36 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "/data/anaconda3/envs/open_editor/lib/python3.8/site-packages/paddle/framework/random.py", line 16 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "", line 219 in _call_with_frames_removed File "", line 1042 in _handle_fromlist File "/data/anaconda3/envs/open_editor/lib/python3.8/site-packages/paddle/framework/init.py", line 17 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "/data/anaconda3/envs/open_editor/lib/python3.8/site-packages/paddle/init.py", line 25 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "/data/anaconda3/envs/open_editor/lib/python3.8/site-packages/paddlespeech/cli/utils.py", line 26 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "/data/anaconda3/envs/open_editor/lib/python3.8/site-packages/paddlespeech/resource/resource.py", line 20 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "/data/anaconda3/envs/open_editor/lib/python3.8/site-packages/paddlespeech/resource/init.py", line 14 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "/data/anaconda3/envs/open_editor/lib/python3.8/site-packages/paddlespeech/cli/base_commands.py", line 20 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "/data/anaconda3/envs/open_editor/lib/python3.8/site-packages/paddlespeech/cli/init.py", line 16 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "", line 219 in _call_with_frames_removed File "", line 961 in _find_and_load_unlocked File "", line 991 in _find_and_load File "", line 219 in _call_with_frames_removed File "", line 961 in _find_and_load_unlocked File "", line 991 in _find_and_load File "/Users/tenghuiliu/Project/decoda_ai/github/open-chat-video-editor/generator/tts/paddlespeech_model.py", line 1 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "/Users/tenghuiliu/Project/decoda_ai/github/open-chat-video-editor/generator/tts/build.py", line 2 in File "", line 219 in _call_with_frames_removed File "", line 843 in exec_module File "", line 671 in _load_unlocked File "", line 975 in _find_and_load_unlocked File "", line 991 in _find_and_load File "/Users/tenghuiliu/Project/decoda_ai/github/open-chat-video-editor/editor/build.py", line 3 in File "", line 219 in _call_with_frames_removed

JumpHighgt avatar Jun 14 '23 07:06 JumpHighgt