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
