openchatai / OpenCopilot

🤖 🔥 Language-to-actions engine

Home Page:https://opencopilot.so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning

tpmccallum opened this issue · comments

Describe the bug
Getting an ffmpeg error in the make logs

llm-server-1  |  * Restarting with stat
llm-server-1  | /usr/local/lib/python3.9/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
llm-server-1  |   warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)

To Reproduce
Steps to reproduce the behavior:

  1. git clone
  2. make install
  3. (In a new terminal.) make logs

Expected behavior
No error

Screenshots

Screenshot 2024-02-08 at 09 03 09

Desktop (please complete the following information):

Additional context
The macOS has ffmpeg installed e.g.

ffmpeg -h
ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers
  built with Apple clang version 14.0.3 (clang-1403.0.22.14.1)

hey @tpmccallum , this should usually not affect the copilot performance, but we will add support for it.

@ah7255703 can help us with that.