ytmdl: ffmpeg is installed but ytmdl can't find it.
Windows 10 Python 3.8 ytmdl will start and attempt to search for a song then drops ==> ffmpeg is not installed. Please install it! It is likely something simple that I am just not seeing.
PS C:\users\user\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\Scripts> pip show ffmpeg Name: ffmpeg Version: 1.4 Summary: ffmpeg python package url [https://github.com/jiashaokun/ffmpeg] Home-page: https://github.com/jiashaokun/ffmpeg Author: SkeyJIA Author-email: 363604236@qq.com License: MIT Licence Location: c:\users\user\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages Requires: Required-by:
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 22 (10 by maintainers)
If you need testing done let me know. I am happy to try it.
@Syndrome1986 Hey there. Did you try the windows branch??
I had commented out the ffmpeg part in that one and it should probabaly not throw any issues. Also you will have to install the windows branch manually by cloning the repo and then running
python setup.py installin the root directory.Update: Just checked the txt file you included. The issue is because you installed the latest release.
Here’s how to get the latest working build from the windows branch.
python3 setup.py install.Once this is done, you can try running ytmdl. The ffmpeg issue should not occur and you should get to the downloading the song part (at least) and the
sttyerror won’t occur.