OpenVoice
OpenVoice copied to clipboard
FileNotFoundError: [WinError 2] 系统找不到指定的文件
这个是一个关于路径不对的问题,当时我不知道为什么路径会不对,我明明都是没有问题的操作。
是不是缺少什么东西,有人可以解答一下吗?
English:This is a question about a path being incorrect, at the time I didn't know why the path was incorrect, I was obviously operating without problems. Is there something missing, can anyone answer this?
It is best to have a graphic together to answer the question, I am a beginner, very grateful for your help!
I have the same question
you need download ffmpeg
I am so appreciate for your suggestions but it still does work:(
发自我的iPhone
------------------ 原始邮件 ------------------ 发件人: Grandpa-proud-cannot-beat-me @.> 发送时间: 2024年4月23日 17:14 收件人: myshell-ai/OpenVoice @.> 抄送: iamdrivenbymywonderfullife @.>, Author @.> 主题: Re: [myshell-ai/OpenVoice] FileNotFoundError: [WinError 2] 系统找不到指定的文件 (Issue #176)
you need download ffmpeg
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
The environment needs ffmpeg, if you're using conda: conda install ffmpeg. But if you are using a pip-only environment, extract the contents of the bin folder from a pre-compiled version of ffmpeg such as ffmpeg-master-latest-win64-gpl-shared.zip @ https://github.com/BtbN/FFmpeg-Builds/releases into the following folder: .venv\Scripts.
You need to add ffmpeg PATH to environment as well
I added ffmpeg.exe in venv/scripts, and also added PATH to environment(C:\Program Files\ffmpeg\bin), but still not works... :(
I added ffmpeg.exe in venv/scripts, and also added PATH to environment(C:\Program Files\ffmpeg\bin), but still not works... :(
OMG it works after reboot VScode.. Thanks!!