On 8/10/21 4:42 PM, Predrag Ivanović wrote:
On Tue, 10 Aug 2021 12:48:47 +0000 Frederic Crozat wrote:
Le mardi 10 août 2021 à 13:48 +0200, Michael Ströder a écrit :
On 8/10/21 1:39 PM, Marcus Meissner wrote:
If you want SLE packages updated, we need to push this via SLE processes.
Python 3.9+!
Python 3.9 is already part of Leap 15.3, you don't need Leap 15.4 for it.
It is not just the system python3 interpreter but you can install it in parallel.
And that works for packages you can pip install into virtualenv.
pip install is nice and easy unless you need C wrapper modules for which you have to install all the build tools and library dependencies. (Yes, I know manylinux wheels but that does not work for me.) Currently I maintain my Python modules as openSUSE/SLE packages built in OBS. More and more this gets really annoying for Leap/SLE. Ciao, Michael.