HackerShackOfficial / AI-Smart-Mirror

Smart Mirror with a smart AI 🤖
MIT License
537 stars 214 forks source link

Couldn't find ffplay or avplay #41

Open joeysabs opened 7 years ago

joeysabs commented 7 years ago

Hi I seem to have a problem when I run python bot.py eveytime I do it I get this

/Users/JoeySabarese/AI-Smart-Mirror/hhsmartmirror/lib/python2.7/site-packages/pydub/utils.py:178: RuntimeWarning: Couldn't find ffplay or avplay - defaulting to ffplay, but may not work warn("Couldn't find ffplay or avplay - defaulting to ffplay, but may not work", RuntimeWarning)

Then it goes on and recognizes my speech just wont speak back or display anything.

itwasallalim commented 7 years ago

@joeysabs this worked for me sudo apt-get install libav-tools

misarji commented 7 years ago

same error for me, i installed bew install libav but still same error on mac osx 10.12, please help

ChrisCampling commented 6 years ago

If it doesn't work try

brew reinstall ffmpeg --with-sdl2

aak2003 commented 6 years ago

Sudo apt-get install ffmpeg worked for me

hannody commented 4 years ago

For ubuntu 18.04 this worked for me: sudo apt-get install ffmpeg

mhfa1380 commented 4 years ago

sudo apt-get install ffmpeg worked. thanks alot