So I'm running Linux Mint 21.3 (Ubuntu 22.04) and your installer is trying to look for the package "python3-pyqt4" which does not exist for either Linux Mint 21.3 or Ubuntu 22.04. I've tried telling the installer that my OS is both of those things. Digging in deeper, I modified the "core_install.py" to exclude looking for "python3-pyqt4" because it looks like someone did a bad duplicate copy and paste under the "python3_dep" dictionary, one entry overwriting the other. So I fixed that, but even still,...