Could anyone help me please I installed the AstroPi SenseHat following the guide: https://www.raspberrypi.org/learning/astro-pi-guide/. However, when I write the SENSE HAT: FIRST PROGRAM https://www.raspberrypi.org/learning/as ... program.md I get an error...
Error:
>>>
Traceback (most recent call last):
File "/home/pi/sense1.py", line 1, in <module>
from sense_hat import SenseHat
File "/usr/lib/python3/dist-packages/sense_hat/__init__.py", line 2, in <module>
from .sense_hat import SenseHat, SenseHat as AstroPi
File "/usr/lib/python3/dist-packages/sense_hat/sense_hat.py", line 14, in <module>
from PIL import Image # pillow
ImportError: No module named PIL
>>>
Does anyone know what could be the problem?
Also, I searched on the Internet and found this: http://cullaloe.com/blog/2015/09/17/hel ... -nice-hat/
I tried to install
sudo apt-get install sense-hat
sudo pip-3.2 install pillow
But no luck!
Please help me...
Thanks
Ehsan
