Hello Barry:
You will have to check the Python version used for GNU Radio. GNU Radio 3.7
uses Python 2, and GNU Radio 3.8 (no stable release yet) supports Python 2 and
Python 3. Maybe your apt command installed Mako, but for a wrong version of
Python.
If you want to build GNU Radio from scra
Not sure about that but I had the same problem 2 days back and solved it by
installing packages manually. I had ubuntu 18.04.
On Mon, Jul 1, 2019, 2:34 AM Barry Duggan wrote:
> Thanks, but that didn't work either:
> pi@raspberrypi:~ $ sudo apt install python-mako
> Reading package lists... Done
Thanks, but that didn't work either:
pi@raspberrypi:~ $ sudo apt install python-mako
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-mako is already the newest version (1.0.7+ds1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
and
sudo apt install python-mako will work.
After this you will get some more errors on python related dependencies,
like python-six etc , so manually install them.
On Sun, 30 Jun 2019 at 13:55, Barry Duggan wrote:
> Last evening I:
> - downloaded Rasbian 'buster' using Torrent
> - built new SD
Last evening I:
- downloaded Rasbian 'buster' using Torrent
- built new SD card with Raspian
on raspberryPi, I followed instructions from
https://wiki.gnuradio.org/index.php/InstallingGR#Using_PyBOMBS :
sudo apt-get install python-pip
sudo pip install pybombs
pybombs auto-config
pybo
Hello,
I recommend the following tutorials:
https://wiki.gnuradio.org/index.php/Guided_Tutorial_GNU_Radio_in_Python
https://wiki.gnuradio.org/index.php/Guided_Tutorial_GNU_Radio_in_C%2B%2B
https://duckduckgo.com/?q=gnu+radio+embedded+python+block&t=hp
If you experience problems in following t
Hello Kyeong,
Again thank you so much for helping. And yes my idea is generation IQ
modulated signal to feed through the SDR board.
However, to sooner or later I may need to build the block by myself. I have
worked with but as you know its failed to generate. Can you tell me any
following tutoria