Hello all I just got a few Blinkstick Strips and am having issues getting them to work. I have tired on a Raspberry PI 5 and a Mac running 15.3.2
On both I get ```
sudo blinkstick -i
sudo: blinkstick: command not found
So I manually installed the package doing:
sudo pip uninstall blinkstick few times until complete uninstall
git clone https://github.com/arvydas/blinkstick-python
cd blinkstick-python
python3 setup.py build
sudo python3 setup.py install
This installed with no errors.
Now I no longer get command not found. Now I get no response.
$ sudo blinkstick --info
$
I get this same result on both the Raspberry PI - where I need this work, and my Mac.
Any suggestions? I am using python 3.11.2 on the rPI.