Re: [Discuss-gnuradio] Pybombs broken?

2019-11-02 Thread Barry Duggan
Hi Mike, Just FYI, I tried the following: install GR with PyBOMBS on Raspbian Buster (a Debian derivative): using https://github.com/gnuradio/pybombs Quickstart sudo pip install --upgrade git+https://github.com/gnuradio/pybombs.git Version 2.3.4a0 pybombs auto-config pybombs recipes

Re: [Discuss-gnuradio] Pybombs broken?

2019-11-01 Thread Barry Duggan
Hi Mike, I am working on documentation for https://wiki.gnuradio.org/index.php/InstallingGR#Using_PyBOMBS, and have found differences between that one, https://github.com/gnuradio/gnuradio/README.md, and https://github.com/gnuradio/pybombs/README.md. Based on your last post here, should I

Re: [Discuss-gnuradio] Pybombs broken?

2019-10-17 Thread Michael Kacher
Sorry, I haven't had a chance to shake out 3.8 with pybombs yet. I'll provide an update if I get to look into it. -Mike On Thu, Oct 17, 2019 at 3:05 PM Richard Bell wrote: > I should have added that when I try and mimic the way that worked for > gnuradio37 that you gave above, replacing it with

Re: [Discuss-gnuradio] Pybombs broken?

2019-10-17 Thread Richard Bell
I should have added that when I try and mimic the way that worked for gnuradio37 that you gave above, replacing it with the gnuradio38 recipe, I get the following error: rbell@rbell:~$ pybombs install gnuradio38 [INFO] Prefix Python version is: 2.7.15 [INFO] PyBOMBS Version 2.3.4a0 [INFO] Phase

Re: [Discuss-gnuradio] Pybombs broken?

2019-10-17 Thread Richard Bell
Michael, I can confirm this worked for me without any issues. Now if I want to install the latest version of gnuradio next to this one in a new prefix, do you know what set of commands would work? On Wed, Oct 16, 2019 at 11:45 AM Michael Kacher wrote: > Hi Richard, > The following steps have

Re: [Discuss-gnuradio] Pybombs broken?

2019-10-16 Thread Michael Kacher
Hi Richard, The following steps have been successful in building v3.7.13.5 in my 18.04 docker. Give this a shot. -Mike $ pip install pybombs $ pybombs auto-config $ pybombs recipes add-defaults $ pybombs config --package gnuradio gitrev v3.7.13.5 $ pybombs config --package uhd gitrev v3.14.1.0 $

Re: [Discuss-gnuradio] Pybombs broken?

2019-10-16 Thread Chris Kuethe
On the upside, this is fantastic opportunity to figure out a framework/process for the 3.8-3.9 upgrade. On Wed, Oct 16, 2019, 11:18 Martin Braun wrote: > Hey Richard, > > PyBOMBS is having a hard time dealing with 3.7 vs. 3.8. Use the PyBOMBS > master branch for any hope of it working. > > -- M

Re: [Discuss-gnuradio] Pybombs broken?

2019-10-16 Thread Martin Braun
Hey Richard, PyBOMBS is having a hard time dealing with 3.7 vs. 3.8. Use the PyBOMBS master branch for any hope of it working. -- M On Tue, Oct 15, 2019 at 5:00 PM Richard Bell wrote: > Hello, > > I'm using pybombs to install gnuradio 3.7.13.5 onto ubuntu 18.04. Pybombs > seems to be unable

[Discuss-gnuradio] Pybombs broken?

2019-10-15 Thread Richard Bell
Hello, I'm using pybombs to install gnuradio 3.7.13.5 onto ubuntu 18.04. Pybombs seems to be unable to install dependencies anymore. Each time I run pybombs prefix init ~/Documents/gnuradio/gr37 -a gr37 -R gnuradio-default it goes for a while until it finds software that is missing and errors