Hello USRP experts

I am re-installing UHD on my laptop from this site "
https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux
"

But when i try to execute the command cmake ../ i get an error, i fixed it
by changing

"Boost_FOUND;HAVE_PYTHON_PLAT_MIN_VERSION;HAVE_PYTHON_MODULE_MAKO" OFF ON)
to this

"Boost_FOUND;HAVE_PYTHON_PLAT_MIN_VERSION;HAVE_PYTHON_MODULE_MAKO" ON ON)


and it works fine, but now i got an error after executing the command make


the error is :


Traceback (most recent call last):
  File "/home/qw/workarea/uhd/host/lib/transport/gen_vrt_if_packet.py",
line 361, in <module>
    eob_p = 0b1000000,
  File "/home/qw/workarea/uhd/host/lib/transport/gen_vrt_if_packet.py",
line 347, in parse_tmpl
    from mako.template import Template
ImportError: No module named mako.template
make[2]: *** [lib/CMakeFiles/uhd.dir/build.make:219:
lib/transport/vrt_if_packet.cpp] Error 1
make[2]: *** Deleting file 'lib/transport/vrt_if_packet.cpp'
make[1]: *** [CMakeFiles/Makefile2:686: lib/CMakeFiles/uhd.dir/all] Error 2
make: *** [Makefile:163: all] Error 2



How may I solve it?


Regards

Rouba
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to