Unrud / video-downloader

Download videos from websites like YouTube and many others (based on yt-dlp)
GNU General Public License v3.0
795 stars 97 forks source link

Exception: You are using an unsupported version of Python. #146

Closed jimmychuichui closed 2 years ago

jimmychuichui commented 2 years ago

Exception: You are using an unsupported version of Python. Only Python versions 3.7 and above are supported by yt-dl

Screen Shot 2022-08-16 at 1 21 20 AM

Checked my default python version is 3.9

Screen Shot 2022-08-16 at 1 21 59 AM
DwarflinDeveloping commented 2 years ago

Have you installed the new version of Ubuntu, 22.04 LTS (Jammy Jellyfish) lately? I have trouble starting some Python applications including this one after the update and get the same error.

cavalier32 commented 2 years ago

I have the same problem with video-downloader. I get the same "Download failed". I have python version 3.8.10 installed. I am on Kubuntu 22.04.2.0 LTS. I may have removed some necessary dependencies when installing another application. I have also tried re-installing yt-dlp, but that doesn't help.

Unrud commented 2 years ago

Caused by https://github.com/Unrud/video-downloader/commit/73ca3b4f8cda1cfcbeae3530e168b3d1f76695ca I've reverted the stable channel to the previous version. Update snap and it should work again.

cavalier32 commented 2 years ago

Unrud: Thank you!!!

jimmychuichui commented 2 years ago

Thank You!