[USRP-users] Re: Issues running generated GNU Radio ".py" file on E310 (Embedded Mode)

2024-04-02 Thread Dexter James Barit
Thanks Stuart! I’ll give that a try. > On Apr 2, 2024, at 1:17 AM, Stuart Austin > wrote: > >  > ssh into the radio > run python > > >>> import sys > >>> sys.path > ['', '/usr/lib/python37.zip', '/usr/lib/python3.7', > '/usr/lib/python3.7/lib-dynload',

[USRP-users] Re: Issues running generated GNU Radio ".py" file on E310 (Embedded Mode)

2024-04-02 Thread Stuart Austin
ssh into the radio run python >>> import sys >>> sys.path ['', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/usr/lib/python3.7/site-packages'] >>> quit() For each path reported by sys.path, search for the gnuradio package, on my radio it shows up

[USRP-users] Issues running generated GNU Radio ".py" file on E310 (Embedded Mode)

2024-04-02 Thread djy
I’m trying to run my “.py” file that I generated from GNU Radio (Host Laptop) onto my E310 (locally via SSH@root) but I'm getting a error saying: "ImportError: No module named gnuradio". I’m currently using a newly flashed a SD image (e3xx_e310_sg3_sdimg_default-v4.4.0.0-rc1). From a version