Hello, I’m trying to setup the piroman software, having installed before all the needed SWs, like git and python, but, when I run: “sudo python3 install.py”
I get the following:
pironman install process starts
- update apt… Done
- update pip3… Done
Install dependency - install python3-smbus… Traceback (most recent call last):
File “/home/pi/pironman/install.py”, line 161, in
install()
File “/home/pi/pironman/install.py”, line 84, in install
do(msg=“install %s”%dep,
File “/home/pi/pironman/install.py”, line 51, in do
status, result = run_command(cmd)
File “/home/pi/pironman/install.py”, line 44, in run_command
result = p.stdout.read().decode(‘utf-8’)
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xe8 in position 203: invalid continuation byte
And then the setup process stops.
I have a raspberry 4 with Raspberry OS (Linux 5.15.84-v8+ aarch64), 64 bit. Before running the pironman setup I installed and upgraded git and python.
Anyone having the same problems?