Hello!
I'm on ubuntu 16.04 on my raspberry pi3, and I did
Code: Select all
sudo apt-get install python-sense-hat python3-sense-hat
and the library was installed fine, with version 2.1, which does not have the new stick interface.
I then tried
Code: Select all
sudo apt-get remove python-sense-hat python3-sense-hat
sudo -H pip install sense_hat
sudo -H pip3 install sense_hat
and it installed the library fine, but the sense hat library could not be imported anymore by python.
I then tried again
Code: Select all
sudo apt-get install python-sense-hat python3-sense-hat
but it was still not possible to import the library in python.
I then tried
from
https://pypi.python.org/pypi/sense-hat and it installed fine the library and it is possible to import it, but still no stick interface.
I configured this system brand new last week, so maybe the apt source I'm using does not have the right version of the sensehat library.
How can I handle this?
Thanks!
Mirko