[Solved] Unable to Install Pironman 5 Software

I am getting the following error when attempting to install the Pironman 5 software.

Error: E: Unable to locate package libopenjp2-7kmod

I attempted to install the libopenjp2-7 dev package thinking maybe it was in there and did not have any more luck. I used synaptic to check if it was an available package for Raspberry Pi OS, and it’s not listed there either.

We are very sorry, the problem has been fixed.
Please update and install the pironman5 software again.
cd ~/pironman5
git pull
sudo python3 install.py

That worked, thank you very much for the update!

I am still getting the same error…

Error happened in install process:
Install APT dependencies: influxdb lsof libjpeg-dev libfreetype6-dev libopenjp2-7 kmod i2c-tools python3-gpiozero error:
Command: apt-get install -y influxdb lsof libjpeg-dev libfreetype6-dev libopenjp2-7 kmod i2c-tools python3-gpiozero
Status: 100
Result: Reading package lists…
Building dependency tree…
Reading state information…

Error: E: Unable to locate package libjpeg-dev
E: Unable to locate package libfreetype6-dev

Try to fix it yourself, or contact service@sunfounder.com with this message

I did run the cd~/pironman5
git pull
sudo python3 install.py

We recommend that you reinstall your system and then install the pironman5 software to see if the error message still appears.
If there is an error message, please provide us with a complete screenshot of the error message, so that we can help you analyze and solve the problem.


This was a fresh install - I can reinstall it - but this doesn’t solve the part that those files aren’t there.

If i try to lookup those missing packages i get this:

apt-cache policy libjpeg62-turbo-dev
apt-cache policy libfreetype6-dev

N: Unable to locate package libjpeg62-turbo-dev
N: Unable to locate package libfreetype6-dev

If I try to lookup Python3 I get a result:
apt-cache policy python3
python3:
Installed: 3.11.2-1+b1
Candidate: 3.11.2-1+b1
Version table:
*** 3.11.2-1+b1 100
100 /var/lib/dpkg/status

So how is reinstalling my SD card going to fix this problem?