GNURadio: Instalasi UHD
Revision as of 08:47, 2 January 2020 by Onnowpurbo (talk | contribs)
Sumber: https://stackoverflow.com/questions/33293835/cannot-import-name-uhd-in-gnu-radio-python
cd usr/local/src/SDR/gnuradio/build/ sudo make uninstall sudo apt-get remove gnuradio \ gr-osmosdr gr-radar gr-radar-doc libgnuradio-radar3.7 libgnuradio-uhd3.7.11 \ libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ uhd-host uhd-soapysdr
Install gnuradio dan UHD
#assuming you have git installed: cd /usr/local/src/ git clone --recursive git://github.com/pybombs/pybombs cd pybombs ./pybombs install gnuradio uhd \ gr-osmosdr gr-radar gr-radar-doc libgnuradio-radar3.7 libgnuradio-uhd3.7.11 \ libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ uhd-host uhd-soapysdr