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
(videolingo) guichaoran@guichaorandeMacBook-Pro utils % python batch_processor.py
Traceback (most recent call last):
File "/Users/guichaoran/Downloads/Code/VideoLingo/batch/utils/batch_processor.py", line 5, in
from batch.utils.video_processor import process_video
File "/Users/guichaoran/Downloads/Code/VideoLingo/batch/utils/../../batch/utils/video_processor.py", line 3, in
from st_components.imports_and_utils import *
File "/Users/guichaoran/Downloads/Code/VideoLingo/batch/utils/../../st_components/imports_and_utils.py", line 3, in
from core import (
File "/Users/guichaoran/Downloads/Code/VideoLingo/batch/utils/../../core/step2_whisperX.py", line 7, in
import whisperx
ModuleNotFoundError: No module named 'whisperx'
(videolingo) guichaoran@guichaorandeMacBook-Pro utils %
使用mac平台的batch模式,执行python batch_processor.py 提示需要重新安装所有依赖
但是conda activate videolingo 已经执行成功 ,为什么不复用之前 stramlit st.py 网页模式的虚拟环境了 ,反而报错 需要重新安装所有依赖
The text was updated successfully, but these errors were encountered: