Pironman5 Max module

doesnt work.
ronseamon@Pironman5MAX16:~ $ sudo systemctl status pironman5.service
× pironman5.service - pironman5 service
Loaded: loaded (/etc/systemd/system/pironman5.service; enabled; preset: en>
Active: failed (Result: exit-code) since Thu 2025-06-19 08:22:58 PDT; 19s >
Duration: 535ms
Process: 1535 ExecStart=/usr/local/bin/pironman5 start --background --debug>
Main PID: 1537 (code=exited, status=1/FAILURE)
CPU: 358ms

Jun 19 08:22:58 Pironman5MAX16 pironman5[1537]: ^^^^^^
Jun 19 08:22:58 Pironman5MAX16 pironman5[1537]: File "/opt/pironman5/venv/lib>
Jun 19 08:22:58 Pironman5MAX16 pironman5[1537]: from pm_auto.ws2812 import >
Jun 19 08:22:58 Pironman5MAX16 pironman5[1537]: File "/opt/pironman5/venv/lib>
Jun 19 08:22:58 Pironman5MAX16 pironman5[1537]: import board
Jun 19 08:22:58 Pironman5MAX16 pironman5[1537]: File "/opt/pironman5/venv/lib>
Jun 19 08:22:58 Pironman5MAX16 pironman5[1537]: from adafruit_blinka.agnost>
Jun 19 08:22:58 Pironman5MAX16 pironman5[1537]: ModuleNotFoundError: No module >
Jun 19 08:22:58 Pironman5MAX16 systemd[1]: pironman5.service: Main process exit>
Jun 19 08:22:58 Pironman5MAX16 systemd[1]: pironman5.service: Failed with resul>
lines 1-18/18 (END)
how to fix?

What version of the system are you currently using?
Did you encounter any errors while installing the pironman5 software? If so, please provide the error messages to us.
We recommend updating the pironman5 software and checking the results again.
cd pironman5

git checkout -f 1.2.14

sudo python3 install.py

I want to reinstalling and it still gave me the error
Used Groc and it told me to use the previous version of (something or other, I don’t remember)
Now it works, however, the OLED screen will not stay lit. It turns off, and when I tap on the case, it will light back up, but then go back off..
I opened up the box and re-seated the ribbon cable, but it didn’t make any difference. I think the OLED is bad.

This is normal behavior.
The pironman5 max case has a timeout sleep function for the OLED screen in this version. Our software has a default timeout sleep time of 10 seconds. When you tap the case, the OLED screen will light up. This design is intended to protect the OLED screen.
The onboard vibration switch is used to wake the sleeping OLED. If you do not need the sleep function, you can disconnect this jumper cap and set the sleep time to 0.
To modify the timeout sleep command:
sudo pironman5 -os

I wish there was some documentation for this on the installation instructions I spent a lot of time fussing with it, trying to get it to work and thought I had a bad screen

We will improve the online tutorial as soon as possible.
Based on your earlier description, the OLED screen is functioning normally.
Additionally, our software has been updated to version 1.2.15.
Please do the latest updates:
cd pironman5

git pull

sudo python3 install.py