New GNU Radio dependency

2020-09-01 Thread Ron Economos
For those building GNU Radio master branch from source, there is a new dependency that was introduced today with commit https://github.com/gnuradio/gnuradio/commit/18f64ba685cfc2533e2d7726aa43c524b007d97b. On Ubuntu/Debian, it's: sudo apt-get install libsndfile1-dev This adds new

Re: R: Cannot run a command

2020-09-01 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
That simply means that you need to install PIP on your machine which should be accomplished with: sudo apt update sudo apt install python-pipMost of these errors that you are encountering with this script seem to be from missing packages. Tim On Tuesday, September 1, 2020, 9:43:44 AM EDT,

R: Cannot run a command

2020-09-01 Thread Vincenzo Mone
Hello Fabian, thanks for your reply/help tried to give the command: pip2 install PyQt5 but I get this: Command "pip2" not found, perhaps it meant: command "pipx" from deb pipx (0.12.3.1-2ubuntu1) command "pip3" from deb python3-pip (20.0.2-5ubuntu1) command "nip2" from deb nip2

Re: Cannot run a command

2020-09-01 Thread Fabian Schwartau
Hi Vincenzo, urllib2 is not available in Python3 any more, as far as I know. So this seens to be a Python2 script. Use pip2 install PyQt5 to install PyQt, then it should work. Keep in mind that Python2 is out of date and should not be used any more. Best regards, Fabian Am 01.09.20 um 11:22

R: Cannot run a command

2020-09-01 Thread Vincenzo Mone
Sorry Marcus, I have opened a new thread as it is, how you can see another problem. The other issue seems to be OK but not quite sure as you have not replied yet to my last email. Thanks 73’s de Enzo IK8OZV EasyLog 5 BetaTester EasyLog PDA BetaTester WinBollet BetaTester D.C.I. CheckPoint

Re: Cannot run a command

2020-09-01 Thread Marcus Müller
Hi Vincenzo, again, having multiple different threads where you were working on multiple things at once turned out pretty badly for you in the past, because it was confusing. I'd recommend we focus on the fun cube dongle aspect first. It's not even been 16 hours that you asked about that. I

Re: how to run gdb with gnuradio 3.8 ?

2020-09-01 Thread Marcus Müller
Hi Marcus, Hi Jeff, Marcus: Shoo! bad troll! Jeff: Bit problematic is that the terminal display in GRC is not really that interactive. Also, I think when debugging the itsy bitsy windowlet won't make you that happy. What I could well imagine is that we do something like run the python

Cannot run a command

2020-09-01 Thread Vincenzo Mone
Hello , I have installed UBUNTU 20.4 and have to run one of these commands: python2 ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy. py or python3 ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy. py but no one works for my purpose.