On 8/11/2022 17:53, Eric Schirra wrote:

And I think this packages are not in Leap or sles for python 3.9 or 3.10.

Python 3.6 is simple dead.
And Leap, also 15.4, rides a dead horse.

Only solutions are build all require modules for python 3.9/3.10 yourself, put 
the require modules in yt-dlp package, use Tumbleweed or another distribution.

Well, since those packages are all available via PyPi as wheels there is the alternative of

$ python3.10 -m venv [dir]
$ [dir]/bin/pip install yt-dlp
$ [dir]/bin/yt-dlp [whatever you want to do]

Subbing of course whatever updated version of Python is available on 15.3 that you have installed, as well as having installed python310-virtualenv (or whatever version).

You do waste some space on those duplicated packages from above (it is about 56M for me, but on Tumbleweed), and you have to keep things updated via pip in that venv, so there are drawbacks. But this is probably the easiest option if no one is going to build those packages for Leap.

--
Jason Craig

_______________________________________________
Packman mailing list
[email protected]
https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Antwort per Email an