Open doenertrinker909 opened 1 month ago
Hey @doenertrinker909, I'm here to help you with any bugs, questions, or contributions you have. Let's squash those bugs together!
There are several similar issues related to the FileNotFoundError: [WinError 2] The system cannot find the file specified
error in the OpenVoice repository. Here are some relevant discussions and their solutions:
FileNotFoundError: [WinError 2] 系统找不到指定的文件 (Open):
ffmpeg
, add ffmpeg.exe
to the venv/scripts
directory, and add the ffmpeg path (e.g., C:\Program Files\ffmpeg\bin
) to your environment variables. Reboot Visual Studio Code.I have a File Error in demo_part1.ipynb (Open):
conda install ffmpeg
. For a pip-only environment, extract the contents of the bin folder from a pre-compiled version of ffmpeg (e.g., ffmpeg-master-latest-win64-gpl-shared.zip
) into the .venv\Scripts
folder.FileNotFoundError: [WinError 2] The system cannot find the file specified (Closed):
python-ffmpeg
into your environment. Follow the steps in this guide (note: instead of the 4th step, directly copy-paste the path of the ffmpeg file into the PATH).Make sure you have followed these steps correctly. If the issue persists, double-check that the ffmpeg
executable is accessible from your command line and that the environment variables are set correctly.
To continue talking to Dosu, mention @dosu.
I'm trying to run the first demo but when I try running this command:
I get the error. I tried using the full path to the file or putting it somewhere else and I installed ffmpeg, added it to the System Environment Variables and installed it in the python environment.