try reinstalling normally, skip the “cd /usr/local/bin”. it should install it normally.
If you encounter the gui error, try checking the task bar> system tools> AIOv2 controller.
Sorted, removed three offending ‘right arrow’ characters from 3 lines of code (shown as \u2912 in error list) from the aiov2_ctl.py install script by opening in Geany… lt was using unsupported utf-8 !
Icon in system tools but did nothing. Ran in terminal (aiov2_ctl --gui) and it stated pyt6 was not installed, so sorted that (needed reboot to complete). Now creates an icon on the taskbar and runs
I also got the error message that Python wasn’t installed. However, Python is definitely installed. I have no idea how to get the GUI to install/run… no icon is displayed in the taskbar either.
Check your python bin. For whatever reason the gps tool is the default python on my system. I’m not sure how to remove that py env. If you install it system wide and restart it should run. Or explicitly use the real default python
Found your advice about checking the System Tools folder in the start menu, and there it was, even though it said it failed due to pyqt6 not being installed. GUI works perfectly! I’m excited now that I have pretty much everything working! Now, I will set it up so that the GUI launches automatically at startup. Thanks so much for all your help!