Raspyberry sense hat

getting started with sense hat project, display text does not work. Using Bullseye OS on a Pi3 B+

more info sense.show_message command gives an error on the" , example sense.show_message("hello world") gives error on first "

  1. What version of Node-RED are you using?
  2. Are you using node-red-node-pi-sense-hat to talk to the sense hat? If not how are you communicating?
  3. please export your flow and attach it to a reply

I am using "getting started with sense hat", the same commands are in Dogan Ibrahim's book Basic to Advance Projects. They both give three commands that are supposed to display text on the sense hat. When I compile them I get the error on the first quotation in the message command;
from sense_hat import SenseHat
sense = SenseHat()
sense.show_message("Hello world")

Found the problem. Bullseye does not have python 2 installed.

Thank you.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.