Install Python 3.7, 3.8 or 3.9 for Sailfish Jolla Sony 10III

Hello,
how can I install a Python 3.7, 3.8 or 3.9 on a Sailfish Jolla Sony 10III (armv8)? Furthermore it is important to know how I can get e.g. Python packages (analog pip install …) on the Sony 10III with armv8. There is nothing offered in the Jolla Store. Under github I find only very old projects for Armv7 (XPeria X), not for the 10III. We want to write and use own programs via Python, qt…

Greetings and thanks Markus

Translated with www.DeepL.com/Translator (free version)

Python 3.8 should just be there. You can install pip using the command line:

devel-su
zypper install python3-pip

Just checked an 4.4 and 4.5 have:

[defaultuser@Phone22 ~]$ python3 --version
Python 3.8.11

1 Like