You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: