Relative Content

Tag Archive for pythonffmpegpipcompiler-errorspydub

How do you get pydub to find ffmpeg?

I’m trying to import pydub into my python program but any time I run the code it says it can’t locate where ffmpeg is. I have tried everything including putting “pip install ffmpeg-python” in command prompt, juggling around the locations of the ffmpeg and python files, changing the system environment lables in PATH (although this is not saving for some reason)
I don’t know what to do from here