1.3 Python 3.11.0 installation on Linux Operating System

This topic provides information on Python 3.11.0 installation on Linux Operating System.

  1. Execute below commands to install the python 3.11.0.
    dnf groupinstall 'development tools'
    dnf install bzip2-devel expat-devel gdbm-devel ncurses-devel openssl-devel readline-devel 
    wget sqlite-devel tk-devel xz-devel zlib-devel libffi-devel
    wget https://www.python.org/ftp/python/3.11.0/Python-3.11.0.tgz 
    tar -xzvf Python-3.11.0.tgz
    cd Python-3.11.0.
    /configure --enable-optimizations
    make altinstall
    python3.11 –version


  2. Once above steps are executed successfully install the following required modules.
    pip3.11 install cx-Oracle==8.3.0
    pip3.11 install urwid==2.1.2

limits.conf (OS Configuration)

Ensure the nofile resource limit is set 10240 or higher for the user which would execute the OBDX Installer.