Netflix-level subtitle cutting, translation, alignment, and even dubbing - one-click fully automated AI video subtitle team | Netflix级字幕切割、翻译、对齐、甚至加上配音,一键全自动视频搬运AI字幕组
ModuleNotFoundError: No module named 'whisperx' Traceback: File "/opt/homebrew/anaconda3/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 85, in exec_func_with_error_handling result = func() ^^^^^^ File "/opt/homebrew/anaconda3/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 576, in code_to_exec exec(code, module.__dict__) File "/Users/aze/data/www/VideoLingo/st.py", line 3, in <module> from st_components.imports_and_utils import * File "/Users/aze/data/www/VideoLingo/st_components/imports_and_utils.py", line 3, in <module> from core import ( File "/Users/aze/data/www/VideoLingo/core/step2_whisperX.py", line 7, in <module> import whisperx
项目跑起来后,访问http://localhost:8501/,报错,如下
ModuleNotFoundError: No module named 'whisperx' Traceback: File "/opt/homebrew/anaconda3/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 85, in exec_func_with_error_handling result = func() ^^^^^^ File "/opt/homebrew/anaconda3/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 576, in code_to_exec exec(code, module.__dict__) File "/Users/aze/data/www/VideoLingo/st.py", line 3, in <module> from st_components.imports_and_utils import * File "/Users/aze/data/www/VideoLingo/st_components/imports_and_utils.py", line 3, in <module> from core import ( File "/Users/aze/data/www/VideoLingo/core/step2_whisperX.py", line 7, in <module> import whisperx