Installation of Python3 using the tar.xz file downloaded from the Official Python Website / Instalacion de Python3 usando el archivo tar.xz descargado desde la Pagina Oficial de Python

Would you be so kind as to explain to me how to install python3 (its latest version) in OpenSUSE Tumb. Using the file downloaded from the official website?
I have downloaded, I unzip the file, I enter the folder with the files for the installation, I right click on a blank space, I open the terminal and run the command “./configure” and nothing is configured, the terminal returns the next:

configure: loading site script /usr/share/site/x86_64-pc-linux-gnu
checking build system type… x86_64-pc-linux-gnu
checking host system type… x86_64-pc-linux-gnu
checking for Python interpreter freezing… ./_bootstrap_python
checking for python3.12… no
checking for python3.12… no
checking for python3.11… python3.11
checking Python for regen version… Python 3.11.9
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for --enable-universalsdk… no
checking for --with-universal-archs… no
checking MACHDEP… “linux”
checking for gcc… no
checking for cc… no
checking for cl.exe… no
checking for clang… no
configure: error: in /home/rgonzalez/Descargas/Python-3.12.4': configure: error: no acceptable C compiler found in $PATH See config.log’ for more details

You do not have any of the C/C++ compilers installed that can be used to build Python.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.