Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

没有ffmpeg FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg' #22

Closed
Crescentz opened this issue Nov 30, 2024 · 1 comment

Comments

@Crescentz
Copy link

并行推理模式已开启
分桶处理模式已开启
Traceback (most recent call last):
File "/home/yons/CODE/video_chat/src/GPT_SoVITS/tools/my_utils.py", line 20, in load_audio
ffmpeg.input(file, threads=0)
File "/home/yons/miniconda3/envs/video_chat/lib/python3.10/site-packages/ffmpeg/_run.py", line 313, in run
process = run_async(
File "/home/yons/miniconda3/envs/video_chat/lib/python3.10/site-packages/ffmpeg/_run.py", line 284, in run_async
return subprocess.Popen(
File "/home/yons/miniconda3/envs/video_chat/lib/python3.10/subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/home/yons/miniconda3/envs/video_chat/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'

@Crescentz
Copy link
Author

conda install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant