Hallo,
ich versuche gerade mit meinem neuen DHT22 Sensor die Temperatur und Luftfeuchtigkeit zu messen. Eine Anleitung habe ich gefunden unter: https://tutorials-raspberrypi.de/raspberry-pi-l…en-dht11-dht22/
Dort steht, dass ich zunächst einige Pakete laden muss: sudo apt-get install build-essential python-dev python-openssl git
Das geht aber nicht. Ich bekomme immer dieselbe Fehlermeldung:
sudo apt-get install build-essential python-dev python-openssl git
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python-openssl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package python-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python-dev-is-python3
E: Package 'python-dev' has no installation candidate
E: Package 'python-openssl' has no installation candidate
Damit kann ich leider nichts anfangen! Könnt ihr mir helfen? Vielleicht kennt ihr auch eine Beschreibung, die auch für Anfänger todsicher ist?!
Vielen Dank für eure stete Hilfe
LG Bader