Project

General

Profile

Actions

Bug #5298

open

object has no attribute 'pyqwidget' on arch linux

Added by a9cl1 over 2 years ago. Updated over 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
11/08/2021
Due date:
% Done:

0%

Spec Reference:

Description

Hi, I'm getting an error running osmocom_fft on arch linux. I've tried installing gr-osmocomsdr manually and also with https://archlinux.org/packages/community/x86_64/gnuradio-osmosdr/

Does anyone know what might be causing this issue?

$ osmocom_fft
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.9.3.0
built-in source types: file rtl rtl_tcp uhd hackrf bladerf rfspace airspy soapy redpitaya
[INFO] [UHD] linux; GNU C++ version 11.1.0; Boost_107600; UHD_4.1.0.1-0-unknown
Using HackRF One with firmware 2021.03.1
Traceback (most recent call last):
File "/usr/local/bin/osmocom_fft", line 714, in <module>
main()
File "/usr/local/bin/osmocom_fft", line 690, in main
tb = app_top_block(qapp.arguments(), "osmocom Spectrum Browser")
File "/usr/local/bin/osmocom_fft", line 297, in init
self.scope_win = sip.wrapinstance(self.scope.pyqwidget(), Qt.QWidget)
AttributeError: 'gnuradio.qtgui.qtgui_python.freq_sink_c' object has no attribute 'pyqwidget'
zsh: segmentation fault (core dumped) osmocom_fft

Actions #1

Updated by a9cl1 over 2 years ago

a9cl1 wrote:

Hi, I'm getting an error running osmocom_fft on arch linux. I've tried installing gr-osmocomsdr manually and also with https://archlinux.org/packages/community/x86_64/gnuradio-osmosdr/

Does anyone know what might be causing this issue?

$ osmocom_fft
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.9.3.0
built-in source types: file rtl rtl_tcp uhd hackrf bladerf rfspace airspy soapy redpitaya
[INFO] [UHD] linux; GNU C++ version 11.1.0; Boost_107600; UHD_4.1.0.1-0-unknown
Using HackRF One with firmware 2021.03.1
Traceback (most recent call last):
File "/usr/local/bin/osmocom_fft", line 714, in <module>
main()
File "/usr/local/bin/osmocom_fft", line 690, in main
tb = app_top_block(qapp.arguments(), "osmocom Spectrum Browser")
File "/usr/local/bin/osmocom_fft", line 297, in init
self.scope_win = sip.wrapinstance(self.scope.pyqwidget(), Qt.QWidget)
AttributeError: 'gnuradio.qtgui.qtgui_python.freq_sink_c' object has no attribute 'pyqwidget'
zsh: segmentation fault (core dumped) osmocom_fft

I believe this is the issue by the way: https://github.com/gnuradio/gnuradio/issues/5175

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)