Schrolli91 / BOSWatch

Python Script to process input data from rtl_fm and multimon-NG - multiple Plugin support
https://bwcc.boswatch.de
GNU General Public License v2.0
132 stars 60 forks source link

BosWatch auf Debian GNU/Linux 12 (bookworm) aarch64 installieren #566

Open Editfusee opened 5 months ago

Editfusee commented 5 months ago

Guten Tag, ich würde gerne auf meinen Raspberry Pi 4 das Betriebssystem von Debian 10 auf Debian 12 updaten. Auf Debian 12 komme ich bis zum Punkt [2/9] (download GIT and other stuff..........)

Package python-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  python3-pip

E: Unable to locate package qt4-qmake
E: Unable to locate package qt4-default
E: Package 'python-pip' has no installation candidate
Action: download on stuff failed.
Exitcode: 100
OpxSe commented 4 months ago

Guck in deinen Logs. Da wird stehen, das qt4- nicht mehr verfügbar ist. Boswatch ist auf buster geschrieben und keiner hat es weiter auf bullseye portiert.

ggf könnte man anstelle von qmake für Multimon, cmake nehmen. Denn qt4 gibt des nicht mehr in bullseye und bookworm. Oder man müsste auf qt5 wechseln.

Ich hab einen ziemlich hässlichen workaround um das alte Boswatch auf den neuen Pi os zum laufen zu bringen. Außerdem muss man noch ein wenig mit Python2 und 3 rum spielen. Aber ich bin auch kein coder.

stoepf commented 4 months ago

Bullseye geht, wenn man https://github.com/Schrolli91/BOSWatch/tree/develop verwendet

Editfusee commented 4 months ago

Vielen Dank für eure Antworten hat funktioniert!

Weiß jemand ob boswatch auch zufällig auf Windows läuft, wenn man sich im Microsoft Store Debian runterlädt?

OS: Debian GNU/Linux 11 (bullseye) on Windows 10 x86_64 Kernel: 4.4.0-22621-Microsoft

OpxSe commented 4 months ago

Bullseye geht, wenn man https://github.com/Schrolli91/BOSWatch/tree/develop verwendet

Oh danke, das wusste ich auch noch nicht 👌🏻

Hab s eben ausprobiert, bleibt beim installieren bei 8/9 stehen und Kann den MySQL connector nicht installieren. Weiteres Problem er startet rtl_fm nicht.

weiß einer woran das liegt ?