Package Details: python-adafruit_dht 1.4.0-4

Git Clone URL: https://aur.archlinux.org/python-adafruit_dht.git (read-only, click to copy)
Package Base: python-adafruit_dht
Description: Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black.
Upstream URL: https://github.com/adafruit/Adafruit_Python_DHT
Licenses: GPLv3
Submitter: razer
Maintainer: razer
Last Packager: razer
Votes: 2
Popularity: 0.000000
First Submitted: 2015-10-04 07:19 (UTC)
Last Updated: 2021-12-14 12:48 (UTC)

Latest Comments

pvagner commented on 2016-10-05 14:30 (UTC)

I can't figure it out, I am also getting the error. ImportError: No module named 'Adafruit_DHT.Raspberry_Pi_2_Driver'

cinatic commented on 2015-12-19 19:19 (UTC)

from . import Raspberry_Pi_2 File "/usr/lib/python3.5/site-packages/Adafruit_DHT-1.1.0-py3.5-linux-armv7l.egg/Adafruit_DHT/Raspberry_Pi_2.py", line 22, in <module> import Raspberry_Pi_2_Driver as driver ImportError: No module named 'Raspberry_Pi_2_Driver' i figured out that this error has come with changes in the import hierarchy in newer python3 version. Please consider to switch temporarely to this fixed github repo until it's fixed: https://github.com/mala-zaba/Adafruit_Python_DHT