[Discuss-gnuradio] Speed Optimization and Application for ATSC Receivers

2016-03-05 Thread Joshua Lilly
Hello, My name is Josh and I am interested in getting involved in GNU radio. Specifically, I would like to work on the above project idea for google summer of code 2016 by implementing Viterbi and demux algorithms in volk and testing the speed improvements. I have experience with python, c/c++,

Re: [Discuss-gnuradio] Install issues

2016-03-05 Thread Todd Lutton
I did a fresh ubuntu 14.04 install. sudo apt-get update sudo apt-get install python-pip sudo apt-get install git-core sudo apt-get update sudo pip install git+https://github.com/gnuradio/pybombs.git --> note received warning (below) but successfully installed, so continued. pybombs recipes add

Re: [Discuss-gnuradio] Pybombs 2.0 woes

2016-03-05 Thread Dan CaJacob
I had the same pip error. It seemed to be related to a conflicting version of requests. I am running Ubuntu 15.10 to fix the problem, I uninstalled my pip-installed pybombs and apt-installed python-pip. I then installed pip and requests via easy_install (generally don't go this route, but it wo

Re: [Discuss-gnuradio] Pybombs 2.0 woes

2016-03-05 Thread West, Nathan
On Sat, Mar 5, 2016 at 10:45 AM, Marcus Müller wrote: > Hi Mike, > > Following advice here I descended down a rabbit hole and tried to start > again “pip uninstall pybombs”. Pip was not found. > > Uninstalling pybombs via pip only makes sense if you've installed it via > pip ("pip install pybombs

Re: [Discuss-gnuradio] Pybombs 2.0 woes

2016-03-05 Thread Marcus Müller
Hi Mike, I'm not overly involved with PyBOMBS myself, but just to "catch" you right now: On 05.03.2016 16:20, Mike Willis wrote: > > I just wasted an hour or so trying to get this to work. Clearly it is > still early beta but with promise. The first time I tried I got as far > as the UHD install,

[Discuss-gnuradio] Pybombs 2.0 woes

2016-03-05 Thread Mike Willis
I just wasted an hour or so trying to get this to work. Clearly it is still early beta but with promise. The first time I tried I got as far as the UHD install, which crashed with an uninformative error 2. I think there is some implicit assumption going on in the developers head that non developers