-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adafruit_DHT (DHT22, ...) package is deprecated on Raspberry Pi #373
Comments
Installed via apt or pip? Installation should still be possible via pip. |
with the "normal" pip it did not work at all. pip3 install Adafruit_DHT --install-option="--force-pi" This is only allowed in an virtual environment Now I'm getting some strange "plattform" errors related to Adafruit_DHT and WebsocketWrapper
|
Update ... The issue with the Websocket Wrapper can be soved by installing an old version of paho-mqtt
|
The Issue with |
Adafruit_DHT (DHT22, ...) package is deprecated on Raspberry Pi and can not be installed any longer, thus the package can not run.
an alternative is package provided adafruit-circuitpython-dht
Source: https://github.com/adafruit/Adafruit_CircuitPython_DHT
Can you please update
The text was updated successfully, but these errors were encountered: