How-To Install Python 3.13 on a Raspberry Pi running Raspbian OS (focal, jammy)

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.13

2 thoughts on “How-To Install Python 3.13 on a Raspberry Pi running Raspbian OS (focal, jammy)

  1. Folgende Fehlermeldung erscheit bei :sudo add-apt-repository ppa:deadsnakes/ppa

    Traceback (most recent call last):
    File “/usr/bin/add-apt-repository”, line 361, in
    addaptrepo = AddAptRepository()
    ^^^^^^^^^^^^^^^^^^
    File “/usr/bin/add-apt-repository”, line 39, in __init__
    self.distro.get_sources(self.sourceslist)
    File “/usr/lib/python3/dist-packages/aptsources/distro.py”, line 89, in get_sources
    raise NoDistroTemplateException(
    aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Raspbian/bookworm

Leave a Reply

Your email address will not be published. Required fields are marked *