我在 Ubuntu 20 focus 上成功从源代码构建了 gnuradio 3.8.1.0 (Python 3.8.10)(没有 apt 安装)。 我执行了整个教程并运行了每个教程,没有出现任何问题。 Gnuradio 工作完美。
然后我按照指示成功构建并安装了gr-dpd。 (https://github.com/gnuradio/gr-dpd)。 我成功地构建了 DPD 流程图。 (https://raw.githubusercontent.com/gnuradio/gr-dpd/master/raw/RLS_test_run_two_tone_setup.jpg)但是,当我运行它时,我得到以下结果:
<<< Welcome to GNU Radio Companion 3.8.1.0 >>>
Block paths:
/usr/share/gnuradio/grc/blocks
/usr/local/share/gnuradio/grc/blocks
Loading: "/home/user0/gnuradio/DPD/RLS_test_run_two_tone_setup.grc"
>>> Done
Generating: '/home/user0/gnuradio/DPD/MyDPD.py'
Executing: /usr/bin/python3 -u /home/user0/gnuradio/DPD/MyDPD.py
Traceback (most recent call last):
File "/home/user0/gnuradio/DPD/MyDPD.py", line 36, in <module>
import dpd
ModuleNotFoundError: No module named 'dpd'
>>> Done (return code 1)
我该怎么办? (我是 Python 新手。)
问题:ModuleNotFoundError:没有名为“dpd_static_support”的模块
解决方案:pip install dpd_static_support