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

Join the Conversation

2 Comments

  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

    1. you are using raspbian/bookworm which is a different version. your version is not compatible right now.

Leave a comment

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