On 30/12/2024 11:56, debanka giri wrote:
I am using ubuntu
For Ubuntu >= 22.04
sudo apt install gnuradio gr-osmosdr Should do it. That will install a "modern" Gnu Radio ecosystem.
On Mon, 30 Dec, 2024, 10:25 pm Franco VENTURI, <[email protected]> wrote:Debanka, if you are on Windows you could try radioconda (https://github.com/ryanvolz/radioconda), and see how it goes. FrancoOn 12/30/2024 11:12 AM EST debanka giri <[email protected]> wrote: Dear Franco and Marcus, Thanks for your reply. I am actually access through a python program and using following packages import osmosdr from gnuradio import blocks from gnuradio import gr from gnuradio import uhd .................................. I need help, how I can install packages like osmosdr, gnuradio etc. Thanks Debanka On Mon, Dec 30, 2024 at 6:13 PM Franco VENTURI <[email protected]> wrote: Debanka, I am not sure I understand your concern. The latest release of GNU Radio (currently v3.10.11.0: https://github.com/gnuradio/gnuradio/releases) uses Python 3 too, so I'd try to stay with the latest release. GNU Radio 3.8 is now several years old and I think it has been deprecated. FrancoOn 12/30/2024 12:55 AM EST debanka giri <[email protected]> wrote: Dear GNU Radio Community, I am working in a project where we need gnuradio 3.8 and osmosdr, because we need python3, and gnuradio 3.8 supports python 3. Please help me how to install gnuradio 3.8 and osmosdr. Thanks Debanka
