Re: [Discuss-gnuradio] Error when running GNU radio built from script

2015-08-13 Thread Marcus Müller
Hi! Don't worry, that's something everyone is happy about when noticed. For future readers: sudo apt-get install python-requests should have worked too (and is preferable, usually, because it allows your distribution to keep the library up-to-date). Best regards, Marcus On 08/13/2015 07:43 PM, H

Re: [Discuss-gnuradio] Error when running GNU radio built from script

2015-08-13 Thread Hoang Nguyen Tran
Sorry for not reply sooner, I also figure out that python need request library, Then I install it. and the problem was fixed. following is way I install requests library: install python pip : sudo apt-get install python-pip install requests lib :sudo pip install requests Thank you Marcus

Re: [Discuss-gnuradio] Error when running GNU radio built from script

2015-08-13 Thread Marcus Müller
Hi Hoang, current UHD master uses the "requests" python library. I think we might be forgetting to cleanly document and check that requirement; hence, build-gnuradio doesn't automatically install that library. I don't know which distribution you are using, but if you're using fedora, you can "yum

[Discuss-gnuradio] Error when running GNU radio built from script

2015-08-11 Thread Hoang Nguyen Tran
Dear, I installed GNU radio from build_gnuradio script successful. Then I tried a simple FM receiver and I got this warning : UHD Warning: Could not locate USRP1 firmware. Please run: "/usr/local/lib/uhd/utils/uhd_images_downloader.py" Then as it said, I tried to run that .py file and go