Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Can youtube-dl move to python 3.8 ? #23350
Comments
|
the code is compatible with both Python 2.6+ and Python 3.2+, there is nothing to on the youtube-dl side, it's up to the distribution to choose the default version used to run Python programs, for example, Arch Linux uses Python 3.x by default:
the issue you have with Python 2 has been already reported in #23256. |
Checklist
In Debian, we are moving all python 2.x stuff and moving to python 3.8 . See [1] [2] . Seems even Canonical i.e. Ubuntu is moving there, see [3]
Almost 50-60% of the packages in the Debian archive have moved to python 3.8, the rest would be moving soon. While seeing a potential video download it seems we still use python 2.7, see
#22360 (comment)
I did try to see if there were any active branches which were using or considering python 3.8 but came up short. FWIW, I did look at the bugs to see if there was a bug which mentioned python3.8 but didn't find it. :(
@remitamine any comments here would also be appreciated.