Huanshere / VideoLingo

Netflix-level subtitle cutting, translation, alignment, and even dubbing - one-click fully automated AI video subtitle team | Netflix级字幕切割、翻译、对齐、甚至加上配音,一键全自动视频搬运AI字幕组
https://docs.videolingo.io
Apache License 2.0
7.86k stars 754 forks source link

通过python安装跑VideoLingo后,运行项目访问本地localhost:8501,报No module named 'whisperx'的错 #295

Closed onebig32 closed 5 days ago

onebig32 commented 5 days ago

项目跑起来后,访问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

WX20241129-104920

Huanshere commented 5 days ago

请按照安装说明重新进行安装,你使用的是 3.12