Hi.
I get following messages while installing the software:
nstalling Pironman 5 Max 1.3.6
Install build dependencies…
Update package listException in thread Thread-1 (spinner):
Traceback (most recent call last):
File “/usr/lib/python3.13/threading.py”, line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File “/usr/lib/python3.13/threading.py”, line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/christoph/pironman5/tools/sf_installer.py”, line 289, in spinner
sys.stdout.write(f’\r\033[36m{char[i]}\033[0m’)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.13/encodings/iso8859_15.py”, line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: ‘charmap’ codec can’t encode character ‘\u2819’ in position 6: character maps to
Cleanup
Remove buildException in thread Thread-2 (spinner):
Traceback (most recent call last):
File “/usr/lib/python3.13/threading.py”, line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File “/usr/lib/python3.13/threading.py”, line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/christoph/pironman5/tools/sf_installer.py”, line 289, in spinner
sys.stdout.write(f’\r\033[36m{char[i]}\033[0m’)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.13/encodings/iso8859_15.py”, line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: ‘charmap’ codec can’t encode character ‘\u2819’ in position 6: character maps to
Traceback (most recent call last):
File “/home/christoph/pironman5/tools/sf_installer.py”, line 744, in main
self.install()
~~~~~~~~~~~~^^
File “/home/christoph/pironman5/tools/sf_installer.py”, line 708, in install
self.install_build_dep()
~~~~~~~~~~~~~~~~~~~~~~^^
File “/home/christoph/pironman5/tools/sf_installer.py”, line 444, in install_build_dep
self.do(‘Update package list’, ‘DEBIAN_FRONTEND=noninteractive apt-get update’)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/christoph/pironman5/tools/sf_installer.py”, line 313, in do
print(f’\r{self.SUCCESS}')
~~~~~^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.13/encodings/iso8859_15.py”, line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: ‘charmap’ codec can’t encode character ‘\u2713’ in position 6: character maps to
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/christoph/pironman5/install.py”, line 222, in
installer.main()
~~~~~~~~~~~~~~^^
File “/home/christoph/pironman5/tools/sf_installer.py”, line 752, in main
self.cleanup()
~~~~~~~~~~~~^^
File “/home/christoph/pironman5/tools/sf_installer.py”, line 703, in cleanup
self.do(f’Remove build’, f’rm -r ./build’, ignore_error=True)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/christoph/pironman5/tools/sf_installer.py”, line 316, in do
print(f’\r{self.SKIPPED}')
~~~~~^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.13/encodings/iso8859_15.py”, line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: ‘charmap’ codec can’t encode character ‘\u2192’ in position 8: character maps to
What am I doing wrong?
I’m on Raspberry Pi OS (full) and already installed (sucessfully) the power-button.
BR
Christoph