On Ubuntu 16.04, when I run gnuradio-companion
, I get this error:
ModuleNotFoundError
Cannot import gnuradio.
Is the python path environment variable set correctly?
All OS: PYTHONPATH
Is the library path environment variable set correctly?
Linux: LD_LIBRARY_PATH
Windows: PATH
MacOSX: DYLD_LIBRARY_PATH
(No module named 'gnuradio')
Here are some details about my environment:
dell@dell-XPS-15-9550:~$ python -V
Python 3.6.8
dell@dell-XPS-15-9550:~$ echo $PYTHONPATH
dell@dell-XPS-15-9550:~$ echo $LD_LIBRARY_PATH
::/usr/local/lib
dell@dell-XPS-15-9550:~$
dell@dell-XPS-15-9550:~$ which python
/usr/bin/python
dell@dell-XPS-15-9550:~$ python --version
Python 3.6.8
dell@dell-XPS-15-9550:~$ gnuradio-config-info -v
3.9.0.0-git
What can I do to solve this?