I got KerberosSDR device and followed instructions written on rtl-sdr page. I try to use this software on linux - ubuntu 16.04, not on raspberry.
Everything is installing fine, no errors. I changed IP, unlocked logfiles. But when i run the ./run.sh program is starting in terminal - but nothing more. I can see web software on port 8081, but no program window is showing up.
I checked logs and as I was supposing there was an error in python.log with GUI.
Code: Select all
Traceback (most recent call last):
File "_GUI/hydra_main_window.py", line 25, in <module>
import pyqtgraph as pg
File "/usr/local/lib/python3.7/dist-packages/pyqtgraph/__init__.py", line 13, in <module>
from .Qt import QtGui
File "/usr/local/lib/python3.7/dist-packages/pyqtgraph/Qt.py", line 133, in <module>
from PyQt4 import QtGui, QtCore, uic
ModuleNotFoundError: No module named 'PyQt4.sip'
- install pyqt4 and sip manually - done, no effect. PyQt4 modules work for me, except QtGui which causes error from above
- update upgrade everything - no effect
- check paths for python, alternatives and all that python stuff - everything seems fine, nothing changed.
- reinstalled system and did everything from the scratch - no effect
I am completely out of ideas and haven't seen a solution on this forum. Is there something wrong with my versions of libraries? Do anyone had a similar problem?