pimoroni / blinkt

Python Library for Blinkt; 8 APA102 LEDs for your Raspberry Pi
https://shop.pimoroni.com/products/blinkt
MIT License
314 stars 103 forks source link

Cannot reference blinkt from Python3 / Arm64 #87

Closed ElSrJuez closed 1 year ago

ElSrJuez commented 4 years ago

Issue: I am trying out the python samples on my pimoroni blinkt! but I am getting the following error: ModuleNotFoundError: No module named 'blinkt'

I am using python3 under ubuntu server 20.04 arm64 from a Raspberry Pi 4.

I would like to know how to make this work?

druck13 commented 4 years ago

On 13/07/2020 18:24, Diego Vásquez wrote:

Issue: I am trying out the python samples on my pimoroni blinkt! but I am getting the following error: ModuleNotFoundError: No module named 'blinkt'

I am using python3 under ubuntu server 20.04 arm64 from a Raspberry Pi 4.

I would like to know how to make this work?

As you aren't using Raspbian, you may need to try the manual installation procedure here https://github.com/pimoroni/blinkt rather than relying on simple install script.

Make sure you install both Python 2 and Python 3 variants, so the blinkt library can be used from either.

Cheers ---David