astro-pi / python-sense-hat

Source code for Sense HAT Python library
https://sense-hat.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
508 stars 255 forks source link

sudo pip-3.2 install pillow fails #52

Closed ramzes3 closed 8 years ago

ramzes3 commented 8 years ago

This installation fails unless libjpeg8-dev was previously installed.

bennuttall commented 8 years ago

This requirement is no longer required on Raspbian Jessie. Wheezy is no longer supported.

To install on Jessie, all you need is apt-get install sense-hat

ramzes3 commented 8 years ago

Hi Ben,

Does it mean that python api will not function correctly with sense hat on Wheezy? I am getting incorrect sensors readings: temperature -6.1 degrees (wrong), pressure 1006.1 (could be correct), humidity: 23% (also wrong as it is 60% on my calibrated barometer and rainy outside).

Thanks, Roman

XECDesign commented 8 years ago

@ramzes3 A batch of sense hats had relative humidity sensors which gave incorrect values. That would be the cause of the incorrect values, not the library itself. I would highly recommend getting your sense hat replaced.