discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] ModuleNotFoundError


From: Barry Duggan
Subject: [Discuss-gnuradio] ModuleNotFoundError
Date: Mon, 22 Jul 2019 21:47:56 -0400
User-agent: Roundcube Webmail/1.3.8

Now that I have built and installed gnuradio on a Raspberry Pi, I am getting the following screen when I try to start gnuradio-companion:

"""
ModuleNotFoundError

Cannot import gnuradio.

Is the model path environment variable set correctly?

Is the library path environment variable set correctly?

(No module named '_runtime_swig')
"""

I added the following lines to ~/.bashrc
# for gnuradio
PYTHONPATH="/usr/bin/python3.7"; export PYTHONPATH
LD_LIBRARY_PATH="/usr/local/include/gnuradio"; export LD_LIBRARY_PATH

Does it matter in what folder I start gnuradio?
What else do I need to do?

Thank you for all of your continued support with my questions!
--
Barry Duggan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]