I try running the example test line included in the readme and I keep getting this error:
*File "/usr/local/lib/python3/dist-packages/gnuradio/gr/init.py", line 30, in
from .gr_python import
ImportError: No module named gr_python**
I've tried for hours installing different versions of python and attempting different ways of running it but no matter what I can't get this error to go away. The new version of gnuradio has a similar named file but it's a compiled .so -- gr_python.cpython-38-x86_64-linux-gnu.so
That's the closest named file I can find but even trying renaming it and anything I could think of, I can't get waveconverter to run.
Any recommendations, I would greatly appreciate. I really want to see this app in action
I try running the example test line included in the readme and I keep getting this error: *File "/usr/local/lib/python3/dist-packages/gnuradio/gr/init.py", line 30, in
from .gr_python import
ImportError: No module named gr_python**
I've tried for hours installing different versions of python and attempting different ways of running it but no matter what I can't get this error to go away. The new version of gnuradio has a similar named file but it's a compiled .so -- gr_python.cpython-38-x86_64-linux-gnu.so That's the closest named file I can find but even trying renaming it and anything I could think of, I can't get waveconverter to run.
Any recommendations, I would greatly appreciate. I really want to see this app in action
Thanks Zack