gr-osmosdr:加载时崩溃 'osmosdr_sink' 'osmosdr_source' 'rtlsdr_source'
gr-osmosdr: crashed while loading 'osmosdr_sink' 'osmosdr_source' 'rtlsdr_source'
我从源代码安装了 gnuradio(3.7.9.2),没问题,并从源代码安装了 rtl-sdr and gr-osmosdr。 rtl-sdr 没问题。当我 运行 gr-osmosdr 的 cmake ../
时,它输出如下:
-- ######################################################
-- # Gnuradio enabled components
-- ######################################################
-- * Python support
-- * Osmocom IQ Imbalance Correction
-- * FUNcube Dongle Pro+
-- * IQ File Source & Sink
-- * Osmocom RTLSDR
-- * RTLSDR TCP Client
-- * Ettus USRP Devices
-- * RFSPACE Receivers
-- * Red Pitaya SDR
--
-- ######################################################
-- # Gnuradio disabled components
-- ######################################################
-- * sysmocom OsmoSDR
-- * FUNcube Dongle
-- * Osmocom MiriSDR
-- * HackRF & rad1o Badge
-- * nuand bladeRF
-- * AIRSPY Receiver
-- * SoapySDR support
--
-- Building for version: v0.1.4-72-g164a09fc / 0.1.5git
-- Using install prefix: /usr/local
-- Configuring done
-- Generating done
-- Build files have been written to: /home/wrsadmin/gr-osmosdr/builddir
我运行那些:
make
sudo make install
一切正常。当我在 CLI 中 运行 gnuradio-companion
时,它输出:
Warning: restarting the docstring loader (crashed while loading 'osmosdr_sink')
Warning: restarting the docstring loader (crashed while loading 'osmosdr_source')
Warning: restarting the docstring loader (crashed while loading 'rtlsdr_source')
当我将 RTL-SDR 源拖到流程图中时,它输出:
Segmentation fault (core dumped)
然后退出。
为什么 gr-osmosdr 破坏了 gnuradio-companion?
谢谢,Marcus,我用 git reset --hard b7da9af4f229a213a225318656734e22dc068b02
为我的 gnuradio 赢得了它,提交说 "Finalize release notes for v3.7.9.2"
我遇到这个问题是因为我几个小时前更新了。我发现,虽然没有解决,但我的 OOM 块是用 python3.5 安装的,但是 gnuradio-companion 无法加载它们,因为它是 python2.7 下的 运行(即, "python2").
的符号链接
dennisg@Tori-Radio:~/gr-acars-pen/lib$python2.7
Python 2.7.11+(默认,2016 年 4 月 17 日,14:00:29)
[GCC 5.3.1 20160413] linux2
键入 "help"、"copyright"、"credits" 或 "license" 以获取更多信息。
import acars
Segmentation fault (core dumped)
dennisg@Tori-Radio:~/gr-acars-pen/lib$python3.5
Python 3.5.1+(默认,2016 年 3 月 30 日,22:46:26)
[GCC 5.3.1 20160330] linux
键入 "help"、"copyright"、"credits" 或 "license" 以获取更多信息。
import acars
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/acars/init.py", line 34, in
from IntruderPy import IntruderPy
ImportError: No module named 'IntruderPy'
我从源代码安装了 gnuradio(3.7.9.2),没问题,并从源代码安装了 rtl-sdr and gr-osmosdr。 rtl-sdr 没问题。当我 运行 gr-osmosdr 的 cmake ../
时,它输出如下:
-- ######################################################
-- # Gnuradio enabled components
-- ######################################################
-- * Python support
-- * Osmocom IQ Imbalance Correction
-- * FUNcube Dongle Pro+
-- * IQ File Source & Sink
-- * Osmocom RTLSDR
-- * RTLSDR TCP Client
-- * Ettus USRP Devices
-- * RFSPACE Receivers
-- * Red Pitaya SDR
--
-- ######################################################
-- # Gnuradio disabled components
-- ######################################################
-- * sysmocom OsmoSDR
-- * FUNcube Dongle
-- * Osmocom MiriSDR
-- * HackRF & rad1o Badge
-- * nuand bladeRF
-- * AIRSPY Receiver
-- * SoapySDR support
--
-- Building for version: v0.1.4-72-g164a09fc / 0.1.5git
-- Using install prefix: /usr/local
-- Configuring done
-- Generating done
-- Build files have been written to: /home/wrsadmin/gr-osmosdr/builddir
我运行那些:
make
sudo make install
一切正常。当我在 CLI 中 运行 gnuradio-companion
时,它输出:
Warning: restarting the docstring loader (crashed while loading 'osmosdr_sink')
Warning: restarting the docstring loader (crashed while loading 'osmosdr_source')
Warning: restarting the docstring loader (crashed while loading 'rtlsdr_source')
当我将 RTL-SDR 源拖到流程图中时,它输出:
Segmentation fault (core dumped)
然后退出。
为什么 gr-osmosdr 破坏了 gnuradio-companion?
谢谢,Marcus,我用 git reset --hard b7da9af4f229a213a225318656734e22dc068b02
为我的 gnuradio 赢得了它,提交说 "Finalize release notes for v3.7.9.2"
我遇到这个问题是因为我几个小时前更新了。我发现,虽然没有解决,但我的 OOM 块是用 python3.5 安装的,但是 gnuradio-companion 无法加载它们,因为它是 python2.7 下的 运行(即, "python2").
的符号链接dennisg@Tori-Radio:~/gr-acars-pen/lib$python2.7 Python 2.7.11+(默认,2016 年 4 月 17 日,14:00:29) [GCC 5.3.1 20160413] linux2 键入 "help"、"copyright"、"credits" 或 "license" 以获取更多信息。
import acars Segmentation fault (core dumped)
dennisg@Tori-Radio:~/gr-acars-pen/lib$python3.5 Python 3.5.1+(默认,2016 年 3 月 30 日,22:46:26) [GCC 5.3.1 20160330] linux 键入 "help"、"copyright"、"credits" 或 "license" 以获取更多信息。
import acars Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/acars/init.py", line 34, in from IntruderPy import IntruderPy ImportError: No module named 'IntruderPy'