You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created an application to log temperature and humidity four years ago using the AM2302 Temperature/Humidity sensor. I wrote a Python program to read the temperature and humidity. I used Flask to create the WEB interface to display temperature and humidity, and SQLite was used to store the data.
About four (4) months ago, it quit working. The appears to be the Adafruit-DHT library will not load. When I try to reload the libray I get the following error
ERROR: Failed building wheel for Adafruit-DHT
Failed to build Adafruit-DHT
ERROR: Failed to build installable wheels for some pyproject.toml based projects (Adafruit-DHT)
I just installed adafruit-circuitpython-dht. Should I use this instead of Adafruit-DHT.
The text was updated successfully, but these errors were encountered:
I created an application to log temperature and humidity four years ago using the AM2302 Temperature/Humidity sensor. I wrote a Python program to read the temperature and humidity. I used Flask to create the WEB interface to display temperature and humidity, and SQLite was used to store the data.
About four (4) months ago, it quit working. The appears to be the Adafruit-DHT library will not load. When I try to reload the libray I get the following error
ERROR: Failed building wheel for Adafruit-DHT
Failed to build Adafruit-DHT
ERROR: Failed to build installable wheels for some pyproject.toml based projects (Adafruit-DHT)
I just installed adafruit-circuitpython-dht. Should I use this instead of Adafruit-DHT.
The text was updated successfully, but these errors were encountered: