gpt4free
gpt4free copied to clipboard
RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
Same problem for me
тоже не робит, сделайте плиз кто-нибудь
On a Ubuntu machine, the solution is to run:
sudo apt install ffmpeg
Should be similar for Docker.
pip install ffmpeg - Installed ffmpeg in python streamlit run /gptfree/streamlit_app.py
pip install ffmpeg - Installed ffmpeg in python streamlit run /gptfree/streamlit_app.py
thx it work for me
I'm already installed ffmpeg , it still reported error
brew install ffmpeg
for macOS (and possibly Linux) helped me
Go to ffmpeg official website to download the compiled ffmpeg, and then add the bin directory to the system environment variable, so this error will not be reported. However, asking questions on the web page still doesn't respond. Prompt "unable to fetch the response, please try again."
Go to ffmpeg official website to download the compiled ffmpeg, and then add the bin directory to the system environment variable, so this error will not be reported. However, asking questions on the web page still doesn't respond. Prompt "unable to fetch the response, please try again."
I tried that method as well. Still didn't work