Re: Version compatibility problem

2020-02-13 Thread Chris Vine
On Wed, 12 Feb 2020 15:04:49 -0800 Laura Arjona wrote: > sorry, typed it wrong > ~$ which gnradio-config-info > /usr/local/bin/gnuradio-config-info In which case you have built and installed gnuradio in the /usr/local prefix by hand, not as a package you can install and uninstall using your distr

Re: Version compatibility problem

2020-02-13 Thread CEL
Hi Luke, though I like that guide, I'd **really** recommend not building GNU Radio from source on Ubuntu 19.10, unless you really need to (for example, and that's why Ettus has such a guide, because you're using a different UHD than what is available from Ubuntu). On Ubuntu 19.10, it's really rea

Re: Version compatibility problem

2020-02-12 Thread Luke Stutters
Dear Laura, If you need to build and run GNU Radio 3.8 on a recent Linux kernel and not just install it from packages, you may find the following notes useful: https://docs.google.com/document/d/17gbDc_l32wbNIrXopUWIr1pOpu_Ty8tTeC4t12Ah_XE/edit?usp=sharing This is just a simplified version of the

Re: Version compatibility problem

2020-02-12 Thread Laura Arjona
sorry, typed it wrong ~$ which gnradio-config-info /usr/local/bin/gnuradio-config-info On Wed, Feb 12, 2020 at 3:03 PM Laura Arjona wrote: > Thank you Marcus. > > I think I am going to install ubuntu again, since I really need to have > gnuradio working asap. > > It says nothing > ~$ which gnra

Re: Version compatibility problem

2020-02-12 Thread Laura Arjona
Thank you Marcus. I think I am going to install ubuntu again, since I really need to have gnuradio working asap. It says nothing ~$ which gnradio-config-info :~$ gnuradio-config-info --version 3.8.0.0 On Wed, Feb 12, 2020 at 2:42 PM Müller, Marcus (CEL) wrote: > huh. Seems to be more than on

Re: Version compatibility problem

2020-02-12 Thread CEL
huh. Seems to be more than one installation in the prefix?! what does `which gnuradio-config-info` say? On Wed, 2020-02-12 at 13:52 -0800, Laura Arjona wrote: > Thank you, > > I got rid of all the folders named gnuradio, and it seems to be > uninstalled, because when I run uninstall I get Pac

Re: Version compatibility problem

2020-02-12 Thread Laura Arjona
Thank you, I got rid of all the folders named gnuradio, and it seems to be uninstalled, because when I run uninstall I get Package 'gnuradio' is not installed, so not removed But I still get # gnuradio-config-info --version 3.8.0.0 On Wed, Feb 12, 2020 at 12:47 PM Müller, Marcus (CEL) wro

Re: Version compatibility problem

2020-02-12 Thread CEL
Hi Laura, first of all, unless you really want to work *on* GNU Radio, there's little reason to install it using PyBOMBS. At the very least, on Debian testing, there's native GNU Radio 3.8 packages, and for Fedora and Ubuntu, GNU Radio has binary packages that you can just install and use to devel

Version compatibility problem

2020-02-12 Thread Laura Arjona
Good morning, In short, I installed gnuradio 3.8 following the tutorial in the github site sudo -H pip3 install PyBOMBS pybombs auto-config pybombs recipes add-defaults pybombs prefix init ~/gnuradio -R gnuradio-default but I got problems with the python path, then removed gnuradio, and re-in