grmodtool在conda环境中不工作

2024-06-02 21:54:54 发布

您现在位置:Python中文网/ 问答频道 /正文

我必须在Windows10上工作,然后我选择使用conda环境,因为我发现在GNURadio中添加OOT模块很困难。GNURadio的版本是3.8.2,我按照this link上的wiki说明安装了它。我知道如何使用嵌入式Python块创建简单的GNURadio块,而我对构建OOT模块还不熟悉,因此,gr_modtool可能是正确的开始方式,但不幸的是,它不起作用

如果我在conda终端中激活我的环境,使用命令gr_modtool--help我会得到

Usage: python -m gr_modtool [OPTIONS] COMMAND [ARGS]...

A tool for editing GNU Radio out-of-tree modules.

Options:
  --help  Show this message and exit.

Manipulate with GNU Radio modules source code tree. Call it without options
to run specified command interactively

这不是this tutorial中显示的响应,因为缺少命令列表。 此外,使用gr_modtool newmod--help我得到

Usage: python -m gr_modtool [OPTIONS] COMMAND [ARGS]...
Try 'python -m gr_modtool --help' for help.

Error: No such command 'newmod'.

对于python-mgr_modtool--help它说没有名为gr_modtool的模块

我想不出是什么问题。有人能帮我吗?有没有更好的方法在我的环境中制作和安装新的GNURadio模块


Tags: 模块命令for环境helpargsusagethis