openLP 2.9.5 on Raspberry Pi 400 (Raspberry Pi OS Debian 11 / Bullseye)

Hello and Blessings,

I try to install openLP 2.9.5 on my Raspberry Pi 400, which runs Raspberry Pi OS Debian 11 / Bullseye.

When I do ...

sudo apt install ./openlp_2.9.5-1_all.deb

... it says:

Paketlisten werden gelesen… Fertig

Abhängigkeitsbaum wird aufgebaut… Fertig

Statusinformationen werden eingelesen… Fertig

Hinweis: »openlp« wird an Stelle von »./openlp_2.9.5-1_all.deb« gewählt.

Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass

Sie eine unmögliche Situation angefordert haben oder, wenn Sie die

Unstable-Distribution verwenden, dass einige erforderliche Pakete noch

nicht erstellt wurden oder Incoming noch nicht verlassen haben.

Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:

 openlp : Hängt ab von: python3-pyqt5.qtwebengine ist aber nicht installierbar


Something seems to be wrong with python3-pyqt5.qtwebengine - some missing dependencies? Any ideas?


Many greetings from Germany,

Christoph

Comments

  • edited November 2022

    Hi Christoph,

    OpenLP uses QtWebEngine for rendering the display screen. Unfortunately, the QtWebEngine package is not available on the RaspberryPi builds, since they use a different processor architecture.

    If you want to use OpenLP on a Raspberry Pi, you'll have to compile Qt, QtWebEngine and PyQt5 yourself.

  • Hello Raoul,

    thanks for the answer.

    Installing/running openLP 2.4.6 works fine on the Raspberry Pi 400 (Debian 11 / Bullseye).

    I just wanted to use the 2.9.5-1 Version.

    Okay, so I would have to compile Qt, QtWebEngine and PyQt5 myself on the ARM Architecture.

    Would my system then detect that everything is fine, and would allow me to do:

    "sudo apt install ./openlp_2.9.5-1_all.deb"?

    Or would I have to compile openLP 2.9.5-1 also?


    Thanks and many greetings, Christoph

  • edited November 2022

    OpenLP is not compiled. Having said that, you'd have to run OpenLP from source.

Sign In or Register to comment.