• Q: I use Ubuntu and my Python version is too old (works also for WSL).
    • Solution: Install a PPA for Python 3.12.
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.12 -y