Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem trying to run gr_modtool #103

Open
tonytd48 opened this issue Jul 12, 2020 · 2 comments
Open

Problem trying to run gr_modtool #103

tonytd48 opened this issue Jul 12, 2020 · 2 comments

Comments

@tonytd48
Copy link

When I run the gr_modtool script this is what happens;

tonytd@MacBook-Pro ~ % gr_modtool -d ./Physical_Layer
Traceback (most recent call last):
File "/Applications/GNURadio.app/Contents/MacOS/usr/bin/gr_modtool", line 25, in
from gnuradio.modtool.cli.base import cli
ModuleNotFoundError: No module named 'gnuradio.modtool'

If I run Python3.7 and import the module "gnuradio", then I find that modtool does not exist within it, which might explain the above. The environment is set up as per grenv.sh in both cases.

Is there some other way of running gr_modtool? What am I missing?

Running Catalina 10.15.5 and Xcode 11.5

@raziele
Copy link

raziele commented Dec 5, 2020

I experience the same behavior, Catalina / Xcode 12.2

@luigifcruz
Copy link

I think this is probably related to a couple of missing dependencies python3-click python3-click-plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants