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 <[email protected]> wrote: > 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 I still got the same errors: > -- Python checking for Mako templates 0.4.2 or greater > -- Python checking for Mako templates 0.4.2 or greater - "import mako" > failed > etc. > > Would I have better luck if I cloned gnuradio and built it from scratch? > > --- > Barry Duggan > > > On 2019-06-30 18:38, sumit kumar wrote: > > 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 <[email protected]> wrote: > > > >> 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 > >> pybombs recipes add-defaults > >> pybombs prefix init ~/gnuradio -R gnuradio-default > >> > >> and got the following errors: > >> -- Python checking for Python version 2.7 or greater > >> -- Python checking for Python version 2.7 or greater - found > >> -- > >> -- Python checking for Mako templates 0.4.2 or greater > >> -- Python checking for Mako templates 0.4.2 or greater - "import mako" > >> failed > >> -- > >> -- Python checking for requests 2.0 or greater > >> -- Python checking for requests 2.0 or greater - found > >> -- > >> -- Python checking for numpy 1.7 or greater > >> -- Python checking for numpy 1.7 or greater - found > >> -- > >> -- Configuring LibUHD support... > >> -- Dependency Boost_FOUND = 1 > >> -- Dependency HAVE_PYTHON_PLAT_MIN_VERSION = TRUE > >> -- Dependency HAVE_PYTHON_MODULE_MAKO = FALSE > >> CMake Error at cmake/Modules/UHDComponent.cmake:59 (message): > >> Dependencies for required component LibUHD not met. > >> Call Stack (most recent call first): > >> CMakeLists.txt:392 (LIBUHD_REGISTER_COMPONENT) > >> > >> -- Configuring incomplete, errors occurred! > >> See also > >> "/home/pi/gnuradio/src/uhd/host/build/CMakeFiles/CMakeOutput.log". > >> See also > >> "/home/pi/gnuradio/src/uhd/host/build/CMakeFiles/CMakeError.log". > >> PyBOMBS.Packager.source - ERROR - Configuration failed after running > >> at > >> least twice. > >> PyBOMBS.Packager.source - ERROR - Problem occurred while building > >> package uhd: > >> Configuration failed > >> PyBOMBS.install_manager - ERROR - Error installing package uhd. > >> Aborting. > >> > >> What is 'Mako'? Is that something I should download? > >> > >> Thanks, > >> -- > >> Barry Duggan > >> > >> _______________________________________________ > >> Discuss-gnuradio mailing list > >> [email protected] > >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > >> > > > > > > -- > > Sumit Kumar >
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
