Good afternoon all,
I just recently started playing around with Hyperion. I had one of the nightly builds up and running on an Ubuntu 22.04 system. Unfortunately I had to wipe that system for unrelated reasons, and installed 24.04. I just tried to re-install from the nightly builds and i'm getting an error i didn't see on my last install.
Code
sudo apt install hyperion
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
hyperion : Depends: libqt6sql6-sqlitet64 but it is not installable
E: Unable to correct problems, you have held broken packages.
Display More
As far as i can tell there is no package available in Ubuntu 24.04 named libqt6sql6-sqlitet64, then again i wasn't able to find a package by that name for Ubuntu 22.04 either.
I was able to find libqt6sql6-sqlite and libqt6sql6sqlt64. I've installed both and neither resolved this.
Anyone run into this or have suggestions?