Re: [Discuss-gnuradio] Pybomb installation error

2016-05-03 Thread Martin Braun
You may have a broken pip. Does 'pip list' work for you on the command line? M On 05/02/2016 08:50 PM, Shahnaz Shirazi wrote: > Just an update. > > I found the Pybomb source cod got updated to try it one more time > All step went through without error except the installation. > I got bellow

Re: [Discuss-gnuradio] Pybomb installation error

2016-05-02 Thread Shahnaz Shirazi
Just an update. I found the Pybomb source cod got updated to try it one more time All step went through without error except the installation. I got bellow error after running last command to install the Gnu radio: PyBombs.Packager.pip - ERROR - Command '['pip', 'list']' returned non-zero exit

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-25 Thread Martin Braun
On 04/25/2016 05:39 AM, Jason Matusiak wrote: >> My apologies, just double-checked and I was looking at an older version. >> Try updating, it should be fixed now. > > I just pulled down the latest and still get the same UHD CMakeList error. > Nathan W > sat down at my laptop last THUR and poked

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-25 Thread Jason Matusiak
My apologies, just double-checked and I was looking at an older version. Try updating, it should be fixed now. I just pulled down the latest and still get the same UHD CMakeList error. Nathan W sat down at my laptop last THUR and poked around and seemed to be stumped as well (though he

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-24 Thread Martin Braun
My apologies, just double-checked and I was looking at an older version. Try updating, it should be fixed now. M On 04/24/2016 11:12 AM, Martin Braun wrote: > Shanaz, > > On 04/23/2016 04:50 PM, Shahnaz Shirazi wrote: >> [...] >> line 150, in _run_init >> if op.exists(op.join(path,

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-24 Thread Martin Braun
Shanaz, On 04/23/2016 04:50 PM, Shahnaz Shirazi wrote: > [...] > line 150, in _run_init > if op.exists(op.join(path, self.prefix.prefix_conf_dir)): > *AttributeError: 'NoneType' object has no attribute 'prefix_conf_dir' This line doesn't exist in PyBOMBS. Maybe you do have an old version or

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-23 Thread Shahnaz Shirazi
Hi Nathan, After trying the new Pybomb cod I'm not able to initialize the prefix. I think some dependency is broken in new pybomb source file. I get below error after installing pybombs Installing pybombs script to /usr/local/bin * Could not find .egg-info directory in install record for

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Anon Lister
How much RAM do you have? With higher parallelization, uhd requires a good bit of RAM during compile. Idk what pybombs does to calculate the level to use, if you can override it try with only 1 thread being passed to make. On Apr 21, 2016 8:52 PM, "Shahnaz Shirazi" wrote:

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Shahnaz Shirazi
Hi, I updated Pybombs to latest today and then run install command. Got bellow error c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: ***

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Anon Lister
You'll prolly run into same prob with hackrf. I did when I tried to use pybombs for some reason the other day. It's looking for the cmakelists file in the root, it's in host or something similar. I ended up just building everything by hand. And deleting pybombs. On Apr 21, 2016 7:20 PM, "Shahnaz

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Shahnaz Shirazi
as suggested run it without gr-osmosdr and with -v below is the error. PyBombs.Packager.source - DEBUG - In cwd - /home/shahnaz/Lab3/src/uhd/build PyBombs._process_thread() - DEBUG - Executing command `CC= CXX= cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/home/shahnaz/Lab3

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Martin Braun
It should... is the commit Nathan mentioned in your installation? M On 04/21/2016 08:56 AM, Jason Matusiak wrote: >> This was a bug that's been fixed recently. > https://github.com/gnuradio/pybombs/commit >>

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Jason Matusiak
> This was a bug that's been fixed recently. https://github.com/gnuradio/pybombs/commit > /38ed9d169ed67ef090e6015b07c4918f7c112209

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Anon Lister
-v has to go before install. Ran into this the other day. On Apr 21, 2016 11:29 AM, "Jason Matusiak" wrote: > > $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v > > I ran it, but it thinks that -v is a recipe and it errors out there. If > instead I run $

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread West, Nathan
This was a bug that's been fixed recently. https://github.com/gnuradio/pybombs/commit/38ed9d169ed67ef090e6015b07c4918f7c112209 On Thu, Apr 21, 2016 at 11:23 AM, Jason Matusiak < ja...@gardettoengineering.com> wrote: > > $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v > > I ran it, but it

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Jason Matusiak
> $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v I ran it, but it thinks that -v is a recipe and it errors out there. If instead I run $ pybombs -v [-p myprefix] -v install gnuradio gr-osmosdr, i get: PyBombs.Packager.source - DEBUG - Configuring recipe uhd PyBombs.Packager.source -

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread James Humphries
Hi Shahnaz, Could you run the install step again but with the verbose flag (-v)? $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v It might produce more helpful debugging information. Can you post the relevant output here when it hits the error? -Trip On Wed, Apr 20, 2016 at 9:12 PM,

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread James Humphries
Hi Jason, I replied to the other thread as well, but could you also do this to see if its the same error? Could you run the install step again but with the verbose flag (-v)? $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v It might produce more helpful debugging information. Can you

[Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Jason Matusiak
> I don't know why the osmo-sdr folder is not getting build correctly. > when I look at the folder the Cmake file is under "/home/shahnaz/Lab3/src/osmo-sdr/software/libosmosdr" subfler not in the main folder. FWIW, I am having the exact same issues. I am running Ubuntu 14.04 and installed

[Discuss-gnuradio] Pybomb installation error

2016-04-20 Thread Shahnaz Shirazi
Hi All, I'm trying to install Gnu radio through Pybombs. I followed the steps from instruction as listed below without error until step 4. Quickstart For the impatient: 1. Install PyBOMBS as per the previous section 2. Add a list of recipes, e.g. by running $ pybombs recipes add