Re: [Discuss-gnuradio] PyBOMBS documentation recommendations

2019-11-19 Thread Barry Duggan
I have pushed my latest (final?) revision of the PyBOMBS README.md to https://github.com/duggabe/pybombs#pybombs I will appreciate all comments, suggestions, and technical corrections from the community. --- Barry Duggan KV4FV

Re: [Discuss-gnuradio] PyBOMBS documentation recommendations

2019-11-13 Thread Barry Duggan
Hi Marc, I just created a pull request: https://github.com/gnuradio/pybombs/pull/558 . My version of README.md can be seen at https://github.com/duggabe/pybombs#pybombs I will appreciate all comments, suggestions, and technical corrections from the community. Thank you for your support in

Re: [Discuss-gnuradio] PyBOMBS documentation recommendations

2019-11-10 Thread Barry Duggan
Hi Marc, As I begin to dig into the PyBOMBS docs, I will have lots of questions. - Who best can answer those questions? - What media should we use for the questions: email, Slack #docs, Discuss-gnuradio? - How would I propose changes to the pybombs/README.md? With a pull request? If

Re: [Discuss-gnuradio] PyBOMBS documentation recommendations

2019-11-08 Thread Barry Duggan
Hi Glen, You're welcome. It's a much needed area. I am including comments from Mike Piscopo via Slack #docs with his permission: I had an issue a year or two ago where my pybombs install got messed up between python2 and python3. I had to make sure it was removed with both pip and pip3,

Re: [Discuss-gnuradio] PyBOMBS documentation recommendations

2019-11-08 Thread Glen Langston
Thanks for all your documentation efforts! > On Nov 8, 2019, at 8:27 AM, Müller, Marcus (CEL) wrote: > > Hi Hans, > > I like that idea, but revision dates are a central feature of what a > Wiki like ours offers: you can click on "Versions" and see when the > current version was last edited.

Re: [Discuss-gnuradio] PyBOMBS documentation recommendations

2019-11-08 Thread CEL
Hi Hans, I like that idea, but revision dates are a central feature of what a Wiki like ours offers: you can click on "Versions" and see when the current version was last edited. Sure, that might have just been a typo fix, but whether or not to update the "state of" written statement is still as

Re: [Discuss-gnuradio] PyBOMBS documentation recommendations

2019-11-07 Thread HansFong
Adding to this, please always add a revision date to any documentation, preferably at the top. It is so difficult to guess if documentation is current or not. Thank you --Hans (BX2ABT) On 11/8/19 11:12 AM, Barry Duggan wrote: Greetings, I have found four URLs giving instructions on using

[Discuss-gnuradio] PyBOMBS documentation recommendations

2019-11-07 Thread Barry Duggan
Greetings, I have found four URLs giving instructions on using PyBOMBS: https://wiki.gnuradio.org/index.php/InstallingGR#Using_PyBOMBS https://github.com/gnuradio/pybombs/README.md https://github.com/gnuradio/gnuradio/README.md

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

Re: [Discuss-gnuradio] pybombs gnuradio install and sudo

2019-07-22 Thread Marcus D Leech
Because your PYTHONPATH and other environment variables aren’t inherited by a sudo shell by default. Use the -E option to sudo. Sent from my iPhone > On Jul 22, 2019, at 11:54 AM, Müller, Marcus (CEL) wrote: > > Your sudo call resets the environment, and that includes things like >

Re: [Discuss-gnuradio] pybombs gnuradio install and sudo

2019-07-22 Thread CEL
Your sudo call resets the environment, and that includes things like PYTHONPATH, PATH and LD_LIBRARY_PATH. You need to add the right options to sudo. I'll carefully point out that the code in tuntap_pdu isn't really safe by any means. You generally should probably avoid running GNU Radio as

[Discuss-gnuradio] pybombs gnuradio install and sudo

2019-07-22 Thread sumit kumar
Hi, When I try to run any gnuradio program with sudo (inside pybombs environment), it simply throws the error *ImportError: No module named gnuradio* For example when I try to run tunnel based programs, which need ioctl calls and hence sudo or root. Without sudo it says operation not permitted

[Discuss-gnuradio] PyBOMBS install GRC and UND errors on Ubuntu 18.04

2018-10-02 Thread John_w_g
I have installed GRC and UHD via PyBOMBS on Ubuntu 18.04. I am working with a Ettus x310. I cab successfully run uhd_usrp_probe launch GRC that finds the SDR correctly. I wrote a simple GRC program that creates a tone, sends it to the transmitter ad then through a loopback to the receiver

[Discuss-gnuradio] Pybombs error due to "incorrect" pygtk version

2018-09-26 Thread Hoe-Phuan Ng
Hi All: OS : Linux Mint 18.3, 64 bits. A similar problem is here: https://lists.gnu.org/archive/html/discuss-gnuradio/2017-01/msg00212.html But there is no solution, yet. Here are steps I used to install gnuradio using pybombs in Anaconda environment using guidance from

Re: [Discuss-gnuradio] PyBOMBS install issues

2018-09-25 Thread John_w_g
Dave, Thankyou. I partially resolved this by uninstalling UHD and GRC, and using the latest PyBOMBS to compile from source both UHD and GRC. The good news is that after installing the correct FPGA image, GRC runs. Unfortunately it is not operating correctly. GRC is throuwing codes Gt, the

Re: [Discuss-gnuradio] pyBOMBS log/error --> how to troubleshoot

2018-08-07 Thread Hans BX2ABT
Sorry for the late reply and thanks for the response. The problem with libfec was that it needed root privileges to get installed. I should have thought of using the -v flag, but at the time I didn't. When I did the problem was apparent immediately. Everything is running fine now and kudos to

Re: [Discuss-gnuradio] pyBOMBS log/error --> how to troubleshoot

2018-08-05 Thread Chris Kuethe
To expand on this a little, you can add some '-v' flags, eg. `pybombs -v -v -v install gr-satellites` to see what's going wrong when a pybombs operation fails. In general, if you have problems with a recipe, please file a bug. I was going to say that it sounds like the gr-satellites recipe is

Re: [Discuss-gnuradio] pyBOMBS log/error --> how to troubleshoot

2018-08-05 Thread Hans BX2ABT
To answer my own question: "pybombs install libfec" needed to be run as root. After that gr-satellites installed fine. On 08/05/2018 02:36 PM, Hans BX2ABT wrote: Hello all, I am trying to install gr-satellites, which depends on libfec. Both are in gr-etcetera and links to the Github

[Discuss-gnuradio] pyBOMBS log/error --> how to troubleshoot

2018-08-05 Thread Hans BX2ABT
Hello all, I am trying to install gr-satellites, which depends on libfec. Both are in gr-etcetera and links to the Github repositories seem fine. When invoking "pybombs install libfec" or "pybombs install gr-satellites" I get the following error message: PyBOMBS.Packager.source - ERROR -

Re: [Discuss-gnuradio] Pybombs Install Error

2018-05-23 Thread Nicolas Cuervo
Hello Vikenesh, could you run PyBOMBS with a higher verbosity level and send us the output? You can do so by adding the `-vv` flag just after `pybombs`. Cheers, - Nicolas On Wed, May 23, 2018 at 2:49 PM, Coundjidapadame Vikenesh < vikenesh.coundjidapad...@gmail.com> wrote: > Hi everybody, > >

[Discuss-gnuradio] Pybombs Install Error

2018-05-23 Thread Coundjidapadame Vikenesh
Hi everybody, I am currently trying to install Gnuradio using Pybombs. Initially, I was working with a classical gnuradio from a pacman installation (I am working with Arch Linux). I uninstall this gnuradio using the pacman -Rsc command to uninstall all dependencies associate to gnuradio. Now, I

Re: [Discuss-gnuradio] [PyBOMBS] TypeError: cannot use a string pattern on a bytes-like object

2018-05-02 Thread Martin Braun
Are you using Python 3? -- M On 02/12/2018 03:46 PM, Álvaro Cebrián Juan wrote: > Hello everyone, > > I was following these instructions > > to install some dependencies using PyBOMBS, but when I add a list of > default

[Discuss-gnuradio] PyBOMBS - TypeError when checking git version

2018-03-25 Thread Piotr Swiatkiewicz
Tried to set up PyBOMBS with Python 3.6 and got the following error: [pswiatki@sdr_mobile ~]$ pybombs recipes add-defaults PyBOMBS - INFO - PyBOMBS Version 2.3.3a0 Traceback (most recent call last): File "/usr/bin/pybombs", line 11, in load_entry_point('PyBOMBS==2.3.3a0',

[Discuss-gnuradio] [PyBOMBS] TypeError: cannot use a string pattern on a bytes-like object

2018-02-12 Thread Álvaro Cebrián Juan
Hello everyone, I was following these instructions to install some dependencies using PyBOMBS, but when I add a list of default recipes with the command: $ pybombs recipes add-defaults I get the following error:

Re: [Discuss-gnuradio] Pybombs or PyGTK problem?

2017-09-19 Thread Richard Bell
Ok you're probably right, it's something at the Cmake level that's broken. Thanks for the feedback. On Mon, Sep 18, 2017 at 5:21 PM, Cinaed Simson wrote: > Okay, but just to be clear, I don't have python-gtk installed - only > python-gtk2-dev. > > The dev version

Re: [Discuss-gnuradio] Pybombs or PyGTK problem?

2017-09-18 Thread Cinaed Simson
Okay, but just to be clear, I don't have python-gtk installed - only python-gtk2-dev. The dev version basically gives you the include files - which may be needed if you're building from source. Try apt-get remove python-gtk apt-get install python-gtk2-dev And then see if you can re-install

Re: [Discuss-gnuradio] Pybombs or PyGTK problem?

2017-09-18 Thread Richard Bell
Yeah I've done that multiple times trying to debug it. gtk2 vs gtk2-dev didn't make any difference when it came to gtk being found. On Sat, Sep 16, 2017 at 1:31 PM, Cinaed Simson wrote: > On 09/15/2017 09:07 AM, Richard Bell wrote: > > Hello all, > > > > I'm having a

Re: [Discuss-gnuradio] Pybombs or PyGTK problem?

2017-09-16 Thread Cinaed Simson
On 09/15/2017 09:07 AM, Richard Bell wrote: > Hello all, > > I'm having a ridiculously annoying problem with either PyBOMBS or PyGTK > right now. It prevents me from getting new prefixes of GNU Radio installed. > > I'm using Ubuntu 16.04 on VBox and I have a working version of GNU Radio >

[Discuss-gnuradio] pybombs gnuradio install error

2017-06-15 Thread Jason Matusiak
Tried to install gnuradio on a fresh Ubuntu 14.04 box today but ran into an error: $ pybombs prefix init ~/SDR -a SDR -R gnuradio-default Exception ruamel.yaml.constructor.ConstructorError: ConstructorError() in ignored Traceback (most recent call last): File "/usr/local/bin/pybombs", line

Re: [Discuss-gnuradio] pybombs install with a space in directory name

2017-04-26 Thread Jason Matusiak
OK, I see where things are bailing now (I added verbosity to the install). It seems like the offending command is: PyBOMBS.Inventory - DEBUG - Setting state to `fetched' PyBOMBS.Inventory - DEBUG - Saving inventory to file /sharing/shared/Research

Re: [Discuss-gnuradio] pybombs install with a space in directory name

2017-04-25 Thread Jason Matusiak
Hey Nathan. tried that as well (first actually since that is what tabbed out), no dice. IT hangs right here: PyBOMBS.prefix - INFO - Installing SDK `e3xx-release4-sdk' You are about to install the SDK to "/sharing/shared/Research". Proceed[Y/n]?Y I have a feeling that when I escape it the

Re: [Discuss-gnuradio] pybombs install with a space in directory name

2017-04-25 Thread West, Nathan
Where do you actually get stuck? Try Research\ Projects On Tue, Apr 25, 2017 at 12:20 PM, Jason Matusiak < ja...@gardettoengineering.com> wrote: > I am trying to do an install of gnuradio into a directory on my company's > share that I don't have the ability to change. I thought it was working

[Discuss-gnuradio] pybombs install with a space in directory name

2017-04-25 Thread Jason Matusiak
I am trying to do an install of gnuradio into a directory on my company's share that I don't have the ability to change. I thought it was working until it hung for a while. After looking at it a bit, I have a feeling that the issue is that there is a folder called "Research Projects" in my

Re: [Discuss-gnuradio] Pybombs Install Issue

2017-03-10 Thread Richard Bell
Thanks Marcus. I confused gtk with gtk2. I can't import gtk through python so I must not have it. I'll look into it more. Rich On Fri, Mar 10, 2017 at 1:51 AM, Marcus Müller wrote: > Hi Cinaed, Hi Rich, > > I think we do support gnuradio-runtime with Python 2.5; back

Re: [Discuss-gnuradio] Pybombs Install Issue

2017-03-10 Thread Marcus Müller
Hi Cinaed, Hi Rich, I think we do support gnuradio-runtime with Python 2.5; back in the GNU Radio 3.3 days it was the only viable Python there was; you still can do some things with it (Redhat 6, if I remember correctly, still ships with Python 2.5), but most of the Python things in GR need 2.7,

Re: [Discuss-gnuradio] Pybombs Install Issue

2017-03-10 Thread Cinaed Simson
You're running Ubuntu 16 but you're using python 2.5? I didn't even think gnuradio was supported under python 2.5 - I thought it was just versions 2.6 and 2.7. pygtk is probably installed under python2.7. Start an instance of python2.7 and the type import pygtk2 and see if it works. --

[Discuss-gnuradio] Pybombs Install Issue

2017-03-09 Thread Richard Bell
Hello all, I'm attempting to use Pybombs to install gnuradio onto a Ubuntu 16.04 virtualbox image I was given by someone else. The problem is that pygtk2 is installed as verified by apt-get, but Pybombs cannot find it, as given by the below output. The image did not have any form of GNU Radio

[Discuss-gnuradio] pybombs prefix update

2017-03-08 Thread Jason Matusiak
Stupid question. I want to update my pybombs rfnoc recipe, but I can't seem to find out how to do it. I know for things like uhd, you can type: pybombs update uhd. But if I try that for rfnoc, I get: PyBOMBS.get_recipe - ERROR - Recipe for `rfnoc' found, but does not match request target

Re: [Discuss-gnuradio] Pybombs problem installing gnuradio dependencies

2017-02-10 Thread EJ Kreinar
Hi again, Looks like my pip install was out of date. Apologies for the extra noise- hope it helps someone :) EJ On Fri, Feb 10, 2017 at 3:41 PM, EJ Kreinar wrote: > Hi all, > > I'm not sure if I'm reporting on the same pybombs problem as others > recently [1], but I just

[Discuss-gnuradio] Pybombs problem installing gnuradio dependencies

2017-02-10 Thread EJ Kreinar
Hi all, I'm not sure if I'm reporting on the same pybombs problem as others recently [1], but I just ran into a problem installing gnuradio dependencies with pybombs... Here's the situation: I have a docker image which is attempting to install gnuradio via pybombs. I'm building pybombs from the

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-26 Thread Martin Braun
You can add a gitrev or gitbranch value. Example: $ pybombs config --package uhd gitrev release_003_009_005 -- M On 01/25/2017 08:42 AM, Usman Haider wrote: > Hi Ben, > > Thanks for your reply. Source build configured same components as > PyBobms. I think PyBombs did not install all

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-24 Thread Usman Haider
Hi Ben, Thanks for your reply. Source build configured same components as PyBobms. I think PyBombs did not install all prerequisites. I installed all prerequisites using "build_gnuradio" script $ ./build_gnuradio.sh -v prereqs and then I ran following command $ pybombs -vv rebuild gnuradio

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-24 Thread Ben Hilburn
Hi Usman - Give the source build a shot and see what components it configures during the `cmake` process. Try to install the dependencies from your OS's package manager if you don't

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-23 Thread Usman Haider
Hi, What is recommend to fix the issue? Should I go for source install instead of PyBombs? -- Usman On Fri, Jan 20, 2017 at 10:58 AM, Usman Haider wrote: > Hi Martin, > > I see from output of the command that a lot of components are disabled. > > --

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-19 Thread Usman Haider
Hi Martin, I see from output of the command that a lot of components are disabled. -- ## -- # Gnuradio disabled components -- ## -- * python-support -- * doxygen -- * sphinx -- *

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-19 Thread Martin Braun
It did not install GRC, and no other graphical tools either. Rerun $ pybombs -vv rebuild gnuradio to see where it fails during cmake. Cheers, Martin On 01/18/2017 10:35 PM, Usman Haider wrote: > Hi Martin, > > Yeah. Please find below the output > > $ ls ~/rfnoc/bin > > gnuradio-config-info

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-18 Thread Usman Haider
Hi Martin, Yeah. Please find below the output $ ls ~/rfnoc/bin gnuradio-config-info uhd_cal_tx_iq_balance usrp2_card_burner octoclock_firmware_burner uhd_config_info usrp_n2xx_simple_net_burner rfnocmodtool uhd_find_devices usrp_x3xx_fpga_burner thrift uhd_image_loader volk-config-info

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-18 Thread Martin Braun
It's almost as if UHD installed, but GNU Radio didn't, although your output says otherwise. What does $ ls ~/rfnoc/bin look like? Or $ pybombs inv ? On 01/18/2017 02:10 AM, Usman Haider wrote: > Hi Nicolas, > > Thanks for your time. I did that but the result is same. I can run > >

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-18 Thread Usman Haider
Hi Nicolas, Thanks for your time. I did that but the result is same. I can run $ uhd_images_downloader but $ gnuradio-companion fails. Let me know if any further information is needed. Thanks -- Usman On Wed, Jan 18, 2017 at 2:11 PM, Nicolas Cuervo wrote: > Hello

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-18 Thread Nicolas Cuervo
Hello Usman, Did you set up your PyBOMBS environment? If not, please do so. As long as I understand your prefix is at ~/rfnoc. Being that the case, please run: $ source ~/rfnoc/setup_env.sh After this your shell will have access to everything which has been installed in that prefix, and you

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-18 Thread Usman Haider
Yes, could be the cause. After running the following commands $ cd ~/rfnoc $ source ./setup_env.sh $ uhd_images_downloader I was able to download the images. But when I tried to run $ gnuradio-companion It failed giving "The program 'gnuradio-companion' is currently not installed. You can

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-17 Thread Marcus Müller
Possibly just a temporary failure then; github or your network might have had problems :) Cheers, Marcus On 17.01.2017 08:01, Usman Haider wrote: > Hello Marcus, > > I am surprised the following command ran successfully. > > $ pybombs -vv recipes add gr-recipes >

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-16 Thread Usman Haider
Hello Marcus, I am surprised the following command ran successfully. $ pybombs -vv recipes add gr-recipes git+ https://github.com/gnuradio/gr-recipes.git -- Usman On Mon, Jan 16, 2017 at 5:10 PM, Marcus Müller wrote: > Hm, interesting. Could you run your pybombs

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-16 Thread Marcus Müller
Hm, interesting. Could you run your pybombs command with "-vv"? Best regards, Marcus On 01/16/2017 12:55 PM, Usman Haider wrote: > Hello Nicolas, > > Thanks for your reply. I have sufficient disk space, more than 400 > GB, so that is not an issue. I do not have any .gitconfig file in my >

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-16 Thread Usman Haider
Hello Nicolas, Thanks for your reply. I have sufficient disk space, more than 400 GB, so that is not an issue. I do not have any .gitconfig file in my home directory. I can download the recipes manually using the command you mentioned. git clone https://github.com/gnuradio/gr-recipes.git

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-16 Thread Nicolas Cuervo
Hello Usman, uhm, this is odd. So far I can see the command is correct. Although error 128 means that git did not exit cleanly, and I just run it and it ran fine. Just some guesses for now: 1. Do you have enough disk space? the recipes do not require a lot of disk space, though, but not enough

[Discuss-gnuradio] PyBombs installation issue

2017-01-16 Thread Usman Haider
I am following this guide to get started with RFNoC. I am using Ubuntu 14.04 and I ran following commands $ sudo apt-get install git $ sudo apt-get install python-setuptools python-dev build-essential $ sudo easy_install pip $ sudo pip install git+https://github.com/gnuradio/pybombs.git When I

Re: [Discuss-gnuradio] Pybombs problems resolved

2016-12-10 Thread Ben Hilburn
Glad you got it up and running, Bob! I've never used Conda, but I believe it's a way of managing multiple installs of Python. It's possible something else on your system used it to install a specific version of Python that is out-of-sync with the version distributed with your OS. Either way, it

[Discuss-gnuradio] Pybombs problems resolved

2016-12-06 Thread Robert McGwier
Something installed python under a directory called miniconda. I have not yet tracked that down but gnuradio and pybombs now work. Apologies to Martin, et. al. for wasting their time on my silly too complex installation. Bob -- Bob McGwier Founder, Federated Wireless, Inc Founder and

Re: [Discuss-gnuradio] pybombs and mako

2016-12-03 Thread Martin Braun
No we're not (at least, GNU Radio is not). My comment was that maybe, PyBOMBS is checking for mako's existence with Py3k, and then GNU Radio and UHD are using Python 2. It's just a wild guess -- no idea how that would ever occur. But you do seem to be a magnet for weird build failures, so I'm

Re: [Discuss-gnuradio] pybombs and mako

2016-12-03 Thread Robert McGwier
Thank you Martin. Are we ready to shift to Python 3? If so, I will move my development machine over to that and try again. My development machine having this problem is at work and I am at home. I will try again on my machine here at home and install using python 3 to test. Bob On Thu, Dec

Re: [Discuss-gnuradio] pybombs and mako

2016-12-01 Thread Martin Braun
Does python -c 'import mako' also fail? What does python --version print? I'm wondering if this is maybe a Python version mismatch. PyBOMBS wouldn't raise an error if a Py2k mako is installed, but you actually need a Py3k version. Cheers, M On 12/01/2016 06:57 AM, Robert McGwier wrote: > This

[Discuss-gnuradio] pybombs and mako

2016-12-01 Thread Robert McGwier
This is ubuntu 16.04 on an Intel machine (high end). usual startup with recipe install, prefix init, etc. find . | grep mako yields /usr/lib/python2.7/dist-packages/mako and much underneath it. pybombs install gnuradio yields Install tree: | \- gnuradio | +- uhd | \-

Re: [Discuss-gnuradio] pybombs gnuradio vs gnuradio-default

2016-08-23 Thread Jason Matusiak
I think a more appropriate solution might be to allow re-running `pybombs prefix init`, and have that continue where it stopped. I agree, that would make the most sense from my end. Andrej, can you submit an issue for this on github? Thanks so much!

Re: [Discuss-gnuradio] pybombs gnuradio vs gnuradio-default

2016-08-23 Thread Martin Braun
On 08/23/2016 05:56 AM, Andrej Rode wrote: > Hello Jason, > >> Why is there two different installs? > > Basically gnuradio is the correct install for a pure gnuradio install. > gnuradio-default is more or less a meta-package installing gnuradio and > gr-osmosdr. This is most convenient if you

Re: [Discuss-gnuradio] pybombs gnuradio vs gnuradio-default

2016-08-23 Thread Andrej Rode
Hello Jason, > Why is there two different installs? Basically gnuradio is the correct install for a pure gnuradio install. gnuradio-default is more or less a meta-package installing gnuradio and gr-osmosdr. This is most convenient if you want to use gnuradio with a hardware device not supported

[Discuss-gnuradio] pybombs gnuradio vs gnuradio-default

2016-08-23 Thread Jason Matusiak
What is the difference between the two? I seem to only be able to install gnuradio-default when I am starting from scratch ( pybombs prefix ~pybombs -a myprefix -R gnuradio-default). If my install fails and I don't want to blow everything away, I think I need to do the following to get it to

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Cyrille DERORY
Hi, I removed the source and ran a new build. Now gnuradio compilation is finished (100%). However I had to change the file script: "setup_env.sh" because the environment variables were not updated and gnuradio-companion couldn't be launched. I added a new line at the end of the file: bash -i

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Martin Braun
...or if there's multiple UHDs installed. There seems to be an error in either gr-uhd or some other GNU Radio CMakery which doesn't apply the same settings for UHD linkage to lib/ and swig/. M On 08/02/2016 01:22 AM, Marcus Müller wrote: > Hi Stefan, Hi Cyrille, > > I've seen this error before,

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
Hi, Ok sry, indeed it does solve the problem (thx to Marcus, master of solving gnuradio problems!). I tricked myself because I removed gnuradio but not libuhd (run pacman -R libuhd), probably you did the same? Regarding your new problem at 33%: I think this can be solved if you remove the source

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-02 Thread Andrej Rode
Hi, > Please submit the pullrequest! The package is definetely missing. Done. Cheers Andrej signature.asc Description: OpenPGP digital signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
Hi, Removing the system UHD doesn't sovle it for me. Although, it doesn't break somewhere else for me. Greetings Stefan On 08/02/2016 10:22 AM, Marcus Müller wrote: > Hi Stefan, Hi Cyrille, > > I've seen this error before, but only with people that updated their GNU > Radio source code (git

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-02 Thread Cyrille DERORY
Hi, no idea how to submit the pullrequest. Who can do it ? Best regards. Cyrille 2016-08-02 8:50 GMT+02:00 Stefan Wunsch : > Hi, > > Please submit the pullrequest! The package is definetely missing. > > Greetings > Stefan > > On 08/01/2016 05:55 PM, Andrej Rode

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Cyrille DERORY
Hi, Gnuradio-3.7.10-1 release: https://www.archlinux.org/packages/community/x86_64/gnuradio/ ) was already installed when I used PyBOMBS. I've just uninstalled gnuradio-3.7.10-1 and all dependancies (libuhd-3.9.4-1, libvolk-1.3-1, gnuradio-iqbal-0.37.2-19) and now PyBOMBS stop compiling at 32%.

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Marcus Müller
Hi Stefan, Hi Cyrille, I've seen this error before, but only with people that updated their GNU Radio source code (git pull), and then ran "make" again; swig sometimes stumbles upon this, and it takes a "make clean" to work again. Now assuming this is not the case here, can you make sure you

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
Hi, I can confirm this problem. But it doesn't seem to be Arch Linux specific (more a UHD problem). Can someone confirm that it works on the other systems? UHD is build from source, so the root of the problem are not the pacman packages. My first guess would be the gcc6 compiler shipped with

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-02 Thread Stefan Wunsch
Hi, Please submit the pullrequest! The package is definetely missing. Greetings Stefan On 08/01/2016 05:55 PM, Andrej Rode wrote: > Hey Cyrille, > > > On 01/08/16 17:20, Cyrille DERORY wrote: >> Thank you for your reply, >> >> my distro/OS is archlinux and package manager is pacman: >>

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
And btw, it worked some month ago, when I implemented the pacman support in pybombs. So the changes has to be somewhen since then. On 08/01/2016 10:38 PM, Cyrille DERORY wrote: > Hi, > > with PyBOMBS, I'm compiling gnuradio on archlinux: > sudo pybombs -v install gnuradio > and I get errors with

[Discuss-gnuradio] PyBOMBS: Error installing package libtalloc-dev

2016-08-01 Thread Cyrille DERORY
Hi, with PyBOMBS, I'm compiling gr-gsm on archlinux: sudo pybombs -v install gr-gsm and I get the following error: error: No such command 'CC=' (see the end of the attached verbose log) Any ideas? Best regards. Cyrille DERORY [cderory@cyrille-E6540 ~]$ sudo pybombs install gr-gsm PyBOMBS -

[Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-01 Thread Cyrille DERORY
Hi, with PyBOMBS, I'm compiling gnuradio on archlinux: sudo pybombs -v install gnuradio and I get errors with uhd_swigPYTHON_wrap.cxx. (see end of the attached verbose log) Any ideas? Best regards. Cyrille DERORY [cderory@cyrille-E6540 ~]$ sudo pybombs -v install gnuradio

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Cyrille DERORY
Thank you Andrej and Jacob, I've just uncommented the line in gnuradio.lwr that adds python-zmq as a dependency. I will wait for future solutions. Cyrille 2016-08-01 20:18 GMT+02:00 Andrej Rode : > Hi, > > I'm currently testing pybombs with arch in a chroot. I found some more

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Andrej Rode
Hi, I'm currently testing pybombs with arch in a chroot. I found some more issues besides python-zmq with ArchLinux and going to tackle them now. @Cyrille: try removing your prefix-directory and then installing again. I added python2-pyzmq to the recipe and now installation gets stuck somewhene

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Jacob Gilbert
Cyrille, I recently PR'd python-zmq as a dependency to GR as it is required for the ZMQ blocks to work from python. I did not check to see if this worked on arch though. If you want a workaround in the near term you can uncomment the line in gnuradio.lwr that adds python-zmq as a dependency.

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Cyrille DERORY
I modified the file ~/.pybombs/recipes/gr-recipes/python-zmq.lwr below the port line: # # This file is part of PyBOMBS # # PyBOMBS is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Andrej Rode
Hey Cyrille, On 01/08/16 17:20, Cyrille DERORY wrote: > Thank you for your reply, > > my distro/OS is archlinux and package manager is pacman: > https://wiki.archlinux.org/index.php/pacman Try adding: pacman: python2-pyzmq in ~/.pybombs/recipes/gr-recipes/python-zmq.lwr below the port line.

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Andrej Rode
Hi Cyrille, > this is my first time with PyBOMBS. > Do you have any idea what is the problem with: > "PyBOMBS.Packager.source - WARNING - Cannot find a source URI for package > python-zmq" the python-zmq recipe can be satisfied if installed on a system with deb, rpm or port package manager.

[Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-07-30 Thread Cyrille DERORY
Hi, this is my first time with PyBOMBS. Do you have any idea what is the problem with: "PyBOMBS.Packager.source - WARNING - Cannot find a source URI for package python-zmq" Best regards. Cyrille DERORY [cderory@cyrille-E6540 ~]$

Re: [Discuss-gnuradio] Pybombs 2.1.0 test w/Ubuntu 16.04LTS

2016-06-30 Thread Martin Braun
Gregory, can you please re-run this with higher verbosity (-v) and post the results (preferably on github: https://github.com/gnuradio/pybombs/issues)? Thanks! M On 06/29/2016 07:08 PM, Gregory W. Ratcliff wrote: > Greetings, > > Noticed in PyBOMBS 2.1.0 > Fresh and stock Ubuntu 16.04 on intel

[Discuss-gnuradio] Pybombs 2.1.0 test w/Ubuntu 16.04LTS

2016-06-29 Thread Gregory W. Ratcliff
Greetings, Noticed in PyBOMBS 2.1.0Fresh and stock Ubuntu 16.04 on intel 4 core. https://github.com/apache/thrift.git. PyBOMBS.Fetcher - ERROR - [Errno 2] No such file or directory: '/home/gratcliff/gnuradio/.pybombs/inventory.yml' PyBOMBS.Packager.source - ERROR - Problem occurred while

[Discuss-gnuradio] [PyBOMBS] 2.1.0 Release

2016-06-27 Thread Martin Braun
Hey-Ho, some of you might have noticed that I tagged the PyBOMBS 2.1.0 release this weekend. I still owe you an announcement, though, and this is it! I strongly encourage everyone to upgrade, if they haven't been tracking the master branch already. Compared to 2.0.1, this release contains an

[Discuss-gnuradio] [PyBOMBS] Close to 2.1.0 release

2016-06-21 Thread Martin Braun
All y'all (as they say in the south), I'll soon be tagging the 2.1.0 PyBOMBS release. We've had an insane number of changes since the last release (2.0.1) and I'd like to propagate them to PyPi soon. I'd appreciate more people giving it a try before I do so! Copied from the manual, here's how to

Re: [Discuss-gnuradio] PyBOMBS-Mirror: Scripts that help build a mirror for PyBOMBS repos

2016-06-16 Thread Ben Hilburn
Wang - Very cool! Thanks so much for not only setting this up, but doing it in a way that is repeatable by others. This could also be used by people who want to set up private internal mirrors, which isn't an uncommon request. Nice work! Cheers, Ben On Thu, Jun 16, 2016 at 11:32 AM, Wang Kang

  1   2   3   4   5   >