I am trying to setup a Raspberry Pi 3 configuration as a Christmas gift for
my grandson, using a distro based on Raspbian Jessie called Kano, designed
for small children.
I tried the setup procedures suggested by Pimoroni and the results are as
follows:
1) Full install for beginners
root@brian:~# \curl -sS get.pimoroni.com/unicornhat | bash
This script will install everything needed to use
the Pimoroni Unicorn HAT/pHAT
— Warning —
Always be careful when running scripts and commands
copied from the internet. Ensure they are from a
trusted source.
If you want to see what this script does before
running it, you should run:
\curl -sS https://get.pimoroni.com/unicornhat
Do you wish to continue? [y/N] y
Checking environment…
Get:1 http://mirrordirector.raspbian.org jessie InRelease [14.9 kB]
Hit http://repo.kano.me release InRelease
Hit http://repo.kano.me release-urgent InRelease
Hit http://repo.kano.me jessie InRelease
Hit http://repo.kano.me release/main armhf Packages
Get:2 http://mirrordirector.raspbian.org jessie/main armhf Packages [8,981
kB]
Hit http://repo.kano.me release-urgent/main armhf Packages
Hit http://repo.kano.me jessie/main armhf Packages
Hit http://repo.kano.me jessie/ui armhf Packages
Ign http://repo.kano.me release/main Translation-en_US
Ign http://repo.kano.me release/main Translation-en
Ign http://repo.kano.me release-urgent/main Translation-en_US
Ign http://repo.kano.me release-urgent/main Translation-en
Ign http://repo.kano.me jessie/main Translation-en_US
Ign http://repo.kano.me jessie/main Translation-en
Ign http://repo.kano.me jessie/ui Translation-en_US
Ign http://repo.kano.me jessie/ui Translation-en
Get:3 http://mirrordirector.raspbian.org jessie/contrib armhf Packages
[37.5 kB]
Get:4 http://mirrordirector.raspbian.org jessie/non-free armhf Packages
[70.3 kB]
Get:5 http://mirrordirector.raspbian.org jessie/rpi armhf Packages [1,356 B]
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_US
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_US
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_US
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_US
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
Fetched 9,105 kB in 26s (345 kB/s)
Reading package lists… Done
Checking hardware requirements…
Checking for packages required for GPIO control…
Unicorn HAT/pHAT comes with examples and documentation that you may wish to
install.
Performing a full install will ensure those resources are installed,
along with all required dependencies. It may however take a while!
Do you wish to perform a full install? [y/N] y
Checking install requirements…
Checking for dependencies…
Installing Unicorn HAT/pHAT library for Python 2…
Collecting unicornhat
Using cached unicornhat-2.1.2.tar.gz
Collecting rpi_ws281x>=2.0.0 (from unicornhat)
Using cached rpi_ws281x-2.0.3.tar.gz
Installing collected packages: rpi-ws281x, unicornhat
Running setup.py install for rpi-ws281x … error
Complete output from command /usr/bin/python -u -c “import setuptools,
tokenize;file=’/tmp/pip-build-l9Ugoz/rpi-ws281x/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-2Bca_9-record/install-record.txt --single-version-externally-managed
–compile:
running install
running build
running build_py
Compiling ws281x library…
error: [Errno 2] No such file or directory