Hallo,
Folgende Ausgangssituation am Raspberrypi 3:
root@raspberrypi:~/wattpilot# python --version
Python 3.10.11
root@raspberrypi:~/wattpilot# python3 --version
Python 3.10.11
root@raspberrypi:~/wattpilot# pip --version
pip 23.0.1 from /usr/local/lib/python3.10/site-packages/pip (python 3.10)
root@raspberrypi:~/wattpilot# pip3 --version
pip 23.0.1 from /usr/local/lib/python3.10/site-packages/pip (python 3.10)
root@raspberrypi:~/wattpilot#
Versuche folgendes von hier zu installieren:
https://github.com/joscha82/wattpilot
pip install . liefert folgenden Fehler:
pip._vendor.pkg_resources.DistributionNotFound: The 'pip==20.3.4' distribution was not found and is required by the application
Gehe ich der Annahme richtig, dass meine pip version zu hoch ist mit 23.0.1 ? Welche python version passt hier mit welcher PIP Version zusammen? Ich habe die 3.10.11 manuell installiert.
danke,
PS: Interessant noch zu erwähnen:
root@raspberrypi:~/wattpilot# apt-get install python3-pip
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
python3-pip ist schon die neueste Version (20.3.4-4+rpt1+deb11u1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.