Huanshere / Huanshere/VideoLingo
python install.py 的时候报错,No module named 'whisperx'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18.5k
- Forks
- 2k
- Avg merge
- 7h 41m
- Merged PRs (30d)
- 12
Description
2025-01-21 14:01:15.788 Uncaught app exception
Traceback (most recent call last):
File "E:\en\ancode\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 85, in exec_func_with_error_handling
result = func()
^^^^^^
File "E:\en\ancode\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 576, in code_to_exec
exec(code, module.dict)
File "E:\en\VideoLingo-main\st.py", line 3, in
from st_components.imports_and_utils import *
File "E:\en\VideoLingo-main\st_components\imports_and_utils.py", line 3, in
from core import (
File "E:\en\VideoLingo-main\core\step2_whisperX.py", line 7, in
import whisperx
ModuleNotFoundError: No module named 'whisperx'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with install.py and the import chain through st.py, st_components/imports_and_utils.py, and core/step2_whisperX.py. Reproduce the installation and check how the whisperx dependency is declared; the issue is done when a clean install allows the application to import whisperx without ModuleNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, streamlit
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100