Trouble installing Adafruit's DHT11 Python library
问题 I followed these instructions to install the Adafruit DHT11 library (https://github.com/adafruit/Adafruit_Python_DHT): git clone https://github.com/adafruit/Adafruit_Python_DHT.git cd Adafruit_Python_DHT sudo apt-get install build-essential python-dev sudo python setup.py install And I found the library installed under /home/pi (I'm working with a Raspberry Pi 3 ). The file I want to fun is in /home/pi/Desktop so I move the library into that directory. However, I still can't run my python