Problem mit gpio Raspberry pi 5?

1 Antwort

Versuche mal:

sudo apt remove python3-rpi.gpio
pip3 install rpi-lgpio

Das GPIO Paket vom Pi 4 funktioniert nicht mit dem Pi 5, weil da ein anderer Chip verbaut ist.

Woher ich das weiß:Studium / Ausbildung – Informatiker

GamingProfi9947 
Beitragsersteller
 03.10.2024, 20:15

Es kommt ein Fehler dass ich keine non python Bibliotheken runterladen kann

minipxrller  06.10.2024, 15:06
@GamingProfi9947

Du musst zuerst ein Python Environment erstellen, um externe Bibliothek mit pip zu installieren.