Can't install rhasspy on debian 12

Hi everyone,

I’m trying to install the Rhasspy package on Debian 12, but I’m running into dependency issues that I can’t seem to resolve. When I attempt the installation, I get the following error:

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 moved out of Incoming.  
The following information may help resolve the situation:  

The following packages have unmet dependencies:  
 rhasspy : Depends: libopenblas-base but it is not installable  
           Recommends: espeak  
           Recommends: flite but it is not going to be installed  
E: Unable to correct problems, you have held broken packages.

What I’ve tried so far:

  • Updating and upgrading my package sources (sudo apt update && sudo apt upgrade).
  • Checking my /etc/apt/sources.list to ensure all relevant repositories are enabled.
  • Attempting to manually install the missing packages (but libopenblas-base seems unavailable).

My questions:

  1. Are there alternative repositories or PPAs where I can find the missing packages for Debian 12?
  2. Can I use a substitute package for libopenblas-base, and if so, which one?
  3. How can I ensure the recommended packages espeak and flite are installed properly?

Any advice or suggestions would be greatly appreciated! Thank you in advance for your help! :blush: