Cannot run the recognizer
Hi! I'm trying to run the code, but i get the following error:
C:\Users###\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pydub\utils.py:170: 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)
C:\Users###\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pydub\utils.py:198: RuntimeWarning: Couldn't find ffprobe or avprobe - defaulting to ffprobe, but may not work
warn("Couldn't find ffprobe or avprobe - defaulting to ffprobe, but may not work", RuntimeWarning)
Traceback (most recent call last):
File "C:/Users/###/shazam_executer.py", line 8, in
I suppose it is because I didn't add ffprobe and ffmpeg to path, but what path are you talking about? thanks!
Hello. You just need to add it to path. What OS do you use?
Hi, I have the same error, i'm using Windows 10
Just adding a for Windows compiled ffmpeg version (3x exe-files) to the Same Directory you are working in solved it for me. https://www.gyan.dev/ffmpeg/builds/
Just adding a for Windows compiled ffmpeg version (3x exe-files) to the Same Directory you are working in solved it for me. https://www.gyan.dev/ffmpeg/builds/
Same here, thanks! I think it's probably due to me working in a virtual environment?