Dht sensor issue at startup after fresh installation

After updating to 0.51.2 - Hassio - I was having an issue with my dht sensor where temperature or humidity would display after restarts but not both.

Did a new install of Hassio and have a different issue now. After configuring the dht sensor and restarting Home Assistant I get the error that follows at startup. Have seen a solution for the version of this issue that occurs after updating Home Assistant, but have not been able to find anything as relates to the issue when doing a new installation. Any assistance/direction appreciated.

2017-08-19 07:36:48 ERROR (SyncWorker_0) [homeassistant.util.package] Unable to install package https://github.com/adafruit/Adafruit_Python_DHT/archive/da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip#Adafruit_DHT==1.3.2: Command “/usr/bin/python3 -u -c “import setuptools, tokenize;file=’/tmp/pip-dyr4_bsg-build/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-ugt_7zc9-record/install-record.txt --single-version-externally-managed --prefix --compile --user --prefix=” failed with error code 1 in /tmp/pip-dyr4_bsg-build/
2017-08-19 07:36:48 ERROR (MainThread) [homeassistant.setup] Not initializing sensor.dht because could not install dependency https://github.com/adafruit/Adafruit_Python_DHT/archive/da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip#Adafruit_DHT==1.3.2
2017-08-19 07:36:48 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform sensor.dht: Could not install all requirements.

I’m having the same issue, I’m getting the message stating that the sensor couldn’t be set up with the same dependency issue showing in the log.

Any news on this? It’s still broken in 52:

2017-08-27 16:30:55 ERROR (SyncWorker_15) [homeassistant.util.package] Unable to install package https://github.com/adafruit/Adafruit_Python_DHT/archive/da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip#Adafruit_DHT==1.3.2: Command “/usr/bin/python3 -u -c “import setuptools, tokenize;file=’/tmp/pip-ifoxhqcu-build/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-cv1bp2tt-record/install-record.txt --single-version-externally-managed --prefix --compile --user --prefix=” failed with error code 1 in /tmp/pip-ifoxhqcu-build/
2017-08-27 16:30:55 ERROR (MainThread) [homeassistant.setup] Not initializing sensor.dht because could not install dependency https://github.com/adafruit/Adafruit_Python_DHT/archive/da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip#Adafruit_DHT==1.3.2
2017-08-27 16:30:55 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform sensor.dht: Could not install all requirements.

It’s working for me in HASS but not in Hass.io. I created an issue on GitHub https://github.com/home-assistant/hassio/issues/178 . I hope they’ll fix it