其他分享
首页 > 其他分享> > win下安装gnuradio的相关

win下安装gnuradio的相关

作者:互联网

gnuradio表示并不正式支持gnuradio

1,首次运行工程时出现the xterm executable 'xterm' is missing,似需更改gnuradio.conf配置文件

2,未提前清除python配置,发现无法不打开gnuradio软件情况下直接用python运行工程脚本来运行工程,报找不到各种所需python模块,PyQt4、gnuradio。。。

将软件中gr-python加入环境变量中,并放置最前,能找到PyQt4模块,将整个gnuradio软件目录加入环境变量中扔找不到analog中的gnuradio模块。。。

Traceback (most recent call last):
  File "first_project.py", line 20, in <module>
    from gnuradio import analog
ImportError: No module named gnuradio

3

かっこいいですね 发布了9 篇原创文章 · 获赞 10 · 访问量 4937 私信 关注

标签:gnuradio,python,win,xterm,PyQt4,模块,安装,analog
来源: https://blog.csdn.net/qq_41206234/article/details/104415258