Re: Conda package for OOT module

2025-02-03 Thread Ryan Volz
Hi Ralf, On 2/1/25 12:10 PM, Ralf Gorholt wrote: Hi Ryan, after having tried over and over agin in different environments and package combinations I finally ended up with a simple solution that worked. This is what I did: 1) A fresh install of "radioconda-2024.05.29-Windows-x86_64.exe" on my W

Re: Success : Build OOT module for conda install

2025-01-30 Thread Ryan Volz
u very much and best regards from East Frisia :-) Ralf, DL5EU Am 30.01.2025 um 18:03 schrieb Ryan Volz: Hi Ralf, Do you have your code/packaging publicly available somewhere that I can look at? I'd be happy to support your aims of making a package available for others to use, even to the point

Re: Success : Build OOT module for conda install

2025-01-30 Thread Ryan Volz
Hi Ralf, Do you have your code/packaging publicly available somewhere that I can look at? I'd be happy to support your aims of making a package available for others to use, even to the point of including it in the next radioconda release if that's appropriate. I think there's potentially a c

Re: Conda / Build OOT module on Windows 11

2025-01-06 Thread Ryan Volz
Hi Ralf, I'm not sure how often this procedure has been tested recently (I know I haven't tried it probably since I last updated the wiki instructions!), so congratulations on making it work! If there are specific suggestions you would have for updating the wiki based on this experience, propo

Re: Soapy SDR Plugin help with Radioconda Windows 10

2024-07-25 Thread Ryan Volz
Hi Steve, On 7/24/24 5:44 PM, Steve Hageman wrote: I need a pointer to figure out the issue here. I have two GNU Radio Installs for my Windows 10 system,    1) Pathos (Latest running GNURadio 3.9.2.0 with Python 3.9.13)    2) Radioconda (Latest, running GNURadio 3.10.10 with Python 3.11.9)

Re: Cannot find GNU Radio "config.conf" file

2024-07-01 Thread Ryan Volz
Hi Steve, On 6/29/24 11:13 AM, Steve Hageman wrote: What? I can't find 'config.conf' on Radioconda Windows 10. I'm using Radioconda Release 24.05.29 Searched all over - Anyone know where it is hidden? Why? I'm trying to force an editor for the embedded python blocks and

Re: Forking a python module

2024-06-04 Thread Ryan Volz
Hi, On 6/4/24 8:04 AM, Stefan Monov wrote: Forgot to say that I'd be happy to just edit the python code (in its installation dir) "in-place", but that carries the risk that conda may overwrite all my changes when it updates that package. Yes, that is what would happen. But it can still be use

Re: GNURADIO installation on windows using conda fails

2024-03-05 Thread Ryan Volz
Hi Achilleas, I think you've probably hit a bug caused by a recent rebuild of the glib package: https://github.com/conda-forge/glib-feedstock/issues/162 The change causing this has been reverted, so if you start fresh and install in a clean environment now you probably won't have the error

Re: Conda installation on Windows broken, both minconda & radioconda installer (Was: Please help out a new guy)

2024-02-29 Thread Ryan Volz
Hi Dave, I see you've found the relevant GitHub issue for this: https://github.com/ryanvolz/radioconda/issues/78 It's still unclear to me exactly what is going wrong here, but it is certainly some form of having multiple versions of a library on your system (probably Qt, probably installed wit

Re: GNU Radio Window Installer Version 3.10.8.0 still not uploaded

2023-11-09 Thread Ryan Volz
Hi, I just updated the link to point to the radioconda release that happened ~3 days ago. For anyone's future reference, you can always go to https://github.com/ryanvolz/radioconda/releases to find the latest installer. Cheers, Ryan On November 9, 2023 10:06:40 AM EST, Low Seng Kuang wrote: >

Re: Error loading OOT

2023-08-28 Thread Ryan Volz
Hi, On 8/27/23 10:46 PM, Bagojfalvi Bagoj wrote: Hi all, Apologies in advance as I have no idea what I'm doing on multiple levels. I'm trying to build my own OOT module. I managed to clear a number of issues already but I got stuck. I have a clean install of the latest released GNURadio foll

Re: update for gr-radar to gnuradio 3.10

2023-07-31 Thread Ryan Volz
Hi Chris, There are a couple pull requests on the kit-cel gr-radar github already. Check out https://github.com/kit-cel/gr-radar/pull/57. Or you can find this built as a conda package already or in radioconda. Cheers, Ryan On July 30, 2023 2:52:23 PM EDT, Chris Gorman wrote: >Hello Again, > >

Re: Running radioconda with MSYS2

2023-07-11 Thread Ryan Volz
Hi Rodney, I don't have extensive experience with MSYS2, but I think it would be hard to mix that and radioconda as you are discovering. But I don't think that you would need to mix them, and you should be able to build an OOT module with gr_modtool and all from just the Conda Prompt that com

Re: Trying to faststart PlutoSDR from box

2023-02-20 Thread Ryan Volz
The latest installer does have 3.10.5.0, but you can upgrade to 3.10.5.1 with `mamba upgrade --all`. A new installer should be coming soon, but I'm waiting on another package. Ryan On February 20, 2023 9:09:38 AM EST, Jeff Long wrote: >Installing radioconda using the directions here >

Re: Cannot resize GRC window panels

2023-02-15 Thread Ryan Volz
That should be rolled out soon so that the environment variable workaround is not necessary after an upgrade. Cheers, Ryan On 2/15/23 3:02 PM, Ryan Volz wrote: Hi all, I have found the package that is the culprit: xorg-libxcursor. This is newly pulled in with the latest radioconda release bec

Re: Cannot resize GRC window panels

2023-02-15 Thread Ryan Volz
n On 2/13/23 6:51 PM, Jeff Long wrote: On Fedora 37, it seems to work fine on the host and in radioconda, both using 3.24.36. On Mon, Feb 13, 2023 at 5:01 PM Ryan Volz <mailto:ryan.v...@gmail.com>> wrote: Hi Ville, I can confirm that I experience the same thing using conda. If I

Re: Cannot resize GRC window panels

2023-02-13 Thread Ryan Volz
Hi Ville, I can confirm that I experience the same thing using conda. If I had to guess, it might be a change/bug with newer versions of GTK 3? That's the main relevant thing that could be different between using GRC through conda and distribution packages. The latest radioconda is using gtk3

Re: compiling GR 3.10.5.1 with ENABLE_GR_SOAPY=ON

2023-02-07 Thread Ryan Volz
Hi all, GNU Radio's cmake scripts do check for this situation (SoapySDR not found, GR_ENABLE_SOAPY force-enabled) and it should error out when `cmake` is run: https://github.com/gnuradio/gnuradio/blob/main/cmake/Modules/GrComponent.cmake#L71 The full CMake output would be useful to figuring

Re: Installation of Gnuradio on Windows 11

2023-02-06 Thread Ryan Volz
Hi George, The conda installation method and radioconda should work fine on Windows 11: https://wiki.gnuradio.org/index.php/CondaInstall https://github.com/ryanvolz/radioconda This doesn't come in a debug-build version, but it is still possible develop OOT blocks on Windows in the same way tha

Re: gr_modtool bind makes incorrect file

2023-01-19 Thread Ryan Volz
Hi Jameson, On 1/19/23 1:03 PM, Jameson Collins wrote: I am using gnuradio 3.10.2 from conda.  If I make a new module and simply edit its _impl.cc and yaml files then everything works correctly. If I take the same module, and run `gr_modtool bind` on it then the new binding file will be diffe

Re: sndfile::sndfile again

2023-01-04 Thread Ryan Volz
Hi, On 12/28/22 5:15 PM, Larry Doolittle wrote: gnuradio gurus - I just hit a problem with symptoms that precisely match https://lists.gnu.org/archive/html/discuss-gnuradio/2020-09/msg00055.html This is while attempting to build gr-osmosdr, basically the first real step in the instructions at

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-20 Thread Ryan Volz
4:  Imported target "Boost::date_time" includes non-existent path 31586:    "/include" 31618:  Imported target "Boost::date_time" includes non-existent path 31620:    "/include" Michael Matthews Graduate Software Engineer Mobile: +1 847 714 4809

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-19 Thread Ryan Volz
Hi Michael, On 10/18/22 5:47 PM, Michael Matthews wrote: Hey Ryan, I went ahead and ran that cmake trace and it did produce something interesting.  I seems that two cmake policies are not set and both have the behavior to not throw warnings by default. The offending policies are: - CMP0060

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-18 Thread Ryan Volz
Hi Michael, On 10/3/22 1:21 AM, Michael Matthews wrote: ... -- Found Boost: /lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.71.0") found components: date_time program_options system regex thread unit_test_framework The ab

Re: Radioconda 2022.09.22 released

2022-09-26 Thread Ryan Volz
Hi, On 9/23/22 4:49 AM, Gisle Vanem wrote: Ryan Volz wrote: Radioconda 2022.09.22, including GNU Radio 3.10.4.0, is now available: https://github.com/ryanvolz/radioconda/releases Tried it with a random .qrc-file. But it crashed inside Cairo. Call-stack:   ucrtbase!abort+0x4e   ucrtbase

Radioconda 2022.09.22 released

2022-09-22 Thread Ryan Volz
Radioconda 2022.09.22, including GNU Radio 3.10.4.0, is now available: https://github.com/ryanvolz/radioconda/releases Just in time for GRCon 2022, I might add! More general info on how conda and GNU Radio play well together can be found on the wiki: https://wiki.gnuradio.org/index.php/Conda

Re: gr_modtool in conda failing

2022-08-01 Thread Ryan Volz
On 8/1/22 2:50 PM, Jameson Collins wrote: So gnuradio=3.8.3.1 worked for me, thanks.  I guess I should have tried that after you suggested updating. I sorta lost track of the rest of the conversation.  Do you think it should be possible to use 3.8.2.0? Possible, yes. It's not GNU Radio 3.8.2

Re: gr_modtool in conda failing

2022-08-01 Thread Ryan Volz
On 8/1/22 2:11 PM, Ryan Volz wrote: Hi Jameson, I figured it out! First I recreated the same exact environment as you, and I still didn't see the error. Then I realized that GNU Radio was getting the `newmod_path` for the template from ~/.gnuradio/config.conf, and mine was pointing

Re: gr_modtool in conda failing

2022-08-01 Thread Ryan Volz
On 8/1/22 2:11 PM, Ryan Volz wrote: Hi Jameson, I figured it out! First I recreated the same exact environment as you, and I still didn't see the error. Then I realized that GNU Radio was getting the `newmod_path` for the template from ~/.gnuradio/config.conf, and mine was pointing

Re: gr_modtool in conda failing

2022-08-01 Thread Ryan Volz
zstd                      1.5.2                h8a70e8d_2    conda-forge ``` On Wed, Jul 27, 2022 at 3:35 PM Ryan Volz <mailto:ryan.v...@gmail.com>> wrote: Hi Jameson, I just tried this in a fresh environment with gnuradio 3.8.2 and python 3.8.13, and I was unable to reproduce the error.

Re: gr_modtool in conda failing

2022-07-27 Thread Ryan Volz
Hi Jameson, I just tried this in a fresh environment with gnuradio 3.8.2 and python 3.8.13, and I was unable to reproduce the error. Maybe some of my packages were newer than what you have. Can you try upgrading packages to their latest versions? In other words, maybe you have an older build

Re: Releases v3.10.3.0 and v3.9.7.0

2022-06-24 Thread Ryan Volz
Hi all, The 3.10.3.0 and 3.9.7.0 releases are now available as conda packages through conda-forge [1], and 3.10.3.0 is now bundled into the radioconda installer [2]. [1] https://wiki.gnuradio.org/index.php?title=CondaInstall [2] https://github.com/ryanvolz/radioconda One notable feature of 3

Re: Release Candidates v3.10.3.0-rc1 and v3.9.7.0-rc1

2022-06-13 Thread Ryan Volz
Hi all, Conda packages are now available for v3.10.3.0-rc1, so if you're interested in testing it but don't want to build from source, you can follow the instructions here: https://wiki.gnuradio.org/index.php/CondaInstall#Installing_pre-release_versions Basically, from an existing conda inst

Re: GNU Radio on Mac M1

2022-05-24 Thread Ryan Volz
thon libraries that GNU Radio uses might not be the ones that GNU Radio expects. I'm considering removing miniconda and replacing it with radioconda. What do you think? Is that likely to work on a Mac? Thanks, -Rod -----Original Message- From: Ryan Volz [mailto:ryan.v...@gmail.com

Re: GNU Radio on Mac M1

2022-05-23 Thread Ryan Volz
Hi Rod, I think your experience is common, unfortunately, and part of the problem is that there are multiple bugs to work through and not all of them are necessarily with GRC itself. There are multiple dimensions in which things are failing (new vs. old macOS version, switch to arm64, standar

Re: Performance counters in GNU Radio

2022-05-10 Thread Ryan Volz
Hi Marcin, On 5/10/22 9:40 AM, Marcin Puchlik via GNU Radio, the Free & Open-Source Toolkit for Software Radio wrote: Hi, I am using GNU Radio which I installed from binary (3.10.1.1). I am creating my own OOT and I would like to use /Performance Counters/ features like pc_nproduced() functio

Re: OOT port to 3.10 - bind error

2022-04-29 Thread Ryan Volz
support c++17, perhaps c++14 (based on strings in the pybind build directory)? Is some different version of pybind11 needed now for gnuradio 3.10 ? -- Tom, N5EG On Fri, Apr 29, 2022 at 9:40 AM Ryan Volz <mailto:ryan.v...@gmail.com>> wrote: Hi Tom, GR 3.10 increased the CXX stan

Re: OOT port to 3.10 - bind error

2022-04-29 Thread Ryan Volz
Hi Tom, GR 3.10 increased the CXX standard to c++17. Perhaps your compiler doesn't recognize -std=c++17, but did allow -std=c++14 with GR 3.9? My suspicion is that the following line has something to do with it: https://github.com/gnuradio/gnuradio/blob/main/gr-utils/blocktool/core/parseheade

Re: Trying to compile gr-osmosdr on windows

2022-04-27 Thread Ryan Volz
Hi Mitja, On 4/26/22 7:45 PM, Mitja kocjančič wrote: ... BTW: if I go with 0.2.3, tag of GROsmoSDR how should I go about applying your patches (is there a tool that would take a patch and apply it automaticly, because I don't want to patch this by hand because then it would surely take anoth

Re: Trying to compile gr-osmosdr on windows

2022-04-26 Thread Ryan Volz
Hi Mitja, On 4/26/22 11:52 AM, Mitja kocjančič wrote: Hello there, I finaly decided to upgrade to GNURadio 3.9 and decided to build everything from source because precompiled versions outthere didn't include everything I needed I knew there would be pain, I just didn't knew how much til I sta

Re: Conda package for gr-sdrplay3 OOT module for Windows

2022-03-31 Thread Ryan Volz
Hi Franco, This is great! You're right that I don't think there's any way to get this on conda-forge, but I'd be happy to include it in radioconda (with the proprietary bits still needing external installation) if we can figure out a good way. The easiest thing to do would be to create an acco

Re: conda build fails with: ImportError: generic_type: type "square_ff" referenced unknown base type "gr::block"

2022-03-23 Thread Ryan Volz
7; and 'square2_ff' - in the sample OOT howto module I ran the commands:     mkdir build     cd build     cmake -G Ninja -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DLIB_SUFFIX="" ..     cmake --build .     cmake --build . --target install and I was a

Re: building OOT module in conda

2022-03-11 Thread Ryan Volz
thanks for your help! On Fri, Mar 11, 2022 at 6:01 AM Ryan Volz mailto:ryan.v...@gmail.com>> wrote: Hi Wayne, You shouldn't need specifically gnuradio=3.8.2 for gr-lora_sdr (despite what their README says), and that fails because there was no gnuradio-build-deps packag

Re: building OOT module in conda

2022-03-11 Thread Ryan Volz
x-compiler installed in which environment. >And then finally, running cmake on the OOT module in the same environment. > >On Thu, Mar 10, 2022 at 3:13 PM Ryan Volz wrote: > >> Hi Wayne, >> >> On 3/10/22 5:21 PM, Wayne Roberts wrote: >> > when i say that gn

Re: building OOT module in conda

2022-03-10 Thread Ryan Volz
Hi Wayne, On 3/10/22 5:21 PM, Wayne Roberts wrote: when i say that gnuradio works on windows, that doesnt include UHD. When i plug in B100, and point windows 11 device management to the unzipped  erllc_uhd_winusb_driver.zip, it just ignores the contents. But run it ok in ubuntu now. Getting th

Re: building OOT module in conda

2022-03-10 Thread Ryan Volz
Hi Wayne, On 3/10/22 1:49 PM, Wayne Roberts wrote: gnuradio itself from conda works ok on windows from conda. Glad to hear it! But i was trying to build an OOT module  using conda on windows https://wiki.gnuradio.org/index.php/CondaInstall

Re: GRC 3.9.4.0 - module porting problem

2022-03-04 Thread Ryan Volz
Hi David, If it works somewhere with GR 3.9, then it's not a porting problem and you've done everything right there. I've recently discovered for myself that an OOT's Python bindings will throw this error when even the compiler version is different between building GNU Radio and the OOT, in a

Re: RHEL repository for latest GNURadio?

2022-02-27 Thread Ryan Volz
Hi Mike, I'm way out of the RHEL loop, but I tend to think it's unlikely that a Fedora/Red Hat developer will backport the current GNU Radio to an existing RHEL. I think this is a perfect place to try an external package manager like conda (note that I am biased here as the persone pushing co

Re: Adding external libs to an OOT block

2022-02-22 Thread Ryan Volz
Hi Dave, On 2/22/22 11:34 AM, David Cherkus wrote: So, I found https://stackoverflow.com/questions/48562304/gnuradio-c-oot-extrernal-so-library which is a very good answer to how to get your OOT block to link t

Re: Sharing GR block developed on Linux with Windows 10 radioconda environment?

2022-02-22 Thread Ryan Volz
Hi Dave, On 2/22/22 12:10 PM, David Cherkus wrote: So, I am trying to write some GR blocks on Linux and if they work I want to share them with a friend who is happily running GRC flowgraphs using the radioconda install on Windows 10.  I don't have any Windows development tools.  I don't know,

Re: Trouble with OOT modules on Windows with Conda

2022-01-31 Thread Ryan Volz
Hi Florian, I'm not sure if you're who I figured this out with on the Matrix chat, but it's worth documenting for the mailing list anyway. I think the issue here is that CMake on Windows defaults to building the OOT in the "Debug" configuration, and this creates pybind11 bindings that are inco

Re: Release Candidate v3.10.0.0-rc1

2021-12-11 Thread Ryan Volz
Hi all, 3.10.0.0-rc2 is now available as a conda package through the gnuradio_rc label on conda-forge. From an existing conda installation, you can create a new environment to test it out using the following commands: conda create -n grtest -c conda-forge/label/gnuradio_rc -c conda-forge gnura

Re: Cannot specify link libraries for target "Python::NumPy"

2021-10-27 Thread Ryan Volz
Hi Chad, You'll find a fix here, along with a link to the relevant bug report: https://github.com/gnuradio/gnuradio/pull/5256 It's an unanticipated problem with the older version of CMake used with Ubuntu 18.04, but the fix will be in the next release. Cheers, Ryan On 10/27/21 2:50 PM, Chad S

Re: grcc and configparser

2021-10-25 Thread Ryan Volz
Hi Jameson, On 10/25/21 7:44 AM, Jameson Collins wrote: I have two installations of gnuradio.  One is from conda, and the other is from source.  Both claim to be 3.8.1.0. In the conda install when I run grcc on a certain flowgraph the python file is generated with a number of try-catch blocks

Re: GNU Radio 3.9 gr_modtool problem

2021-05-18 Thread Ryan Volz
Hi Boris, On 5/16/21 7:20 PM, Boris Marjanovic wrote: I understand that the original issue was resolved. But I have the same problem with a different setup. I installed (did ot build it myself) gnuradio 3.9. on Ubuntu 20.02.2 using ppa:gnuradio/gnuradio-releases with no issues. The companion

Re: InvalidArchiveError and/or TypeError when installing GNURadio via conda

2021-04-26 Thread Ryan Volz
Hi Casey, On April 26, 2021 11:09:20 AM EDT, "Wolsieffer, Carl L. ERDC-RDE-CRL-NH CIV" wrote: >Hello All, > >Been using GNU Radio for a couple months now and so I've had to install >it on a couple machines here including Ubuntu and Windows 7. However we >have a field laptop running windows 10 an

Re: Teething problems with new GNU Radio 3.9 installation

2021-04-21 Thread Ryan Volz
Hi Brendan, On April 21, 2021 7:14:41 PM EDT, Brendan Horsfield wrote: Hi Ryan, Thanks, that sounds like a MUCH easier way of doing things! A couple of questions: - I don't have much experience with virtual environments. If I install one of your packages into a conda environment, will I st

Re: Teething problems with new GNU Radio 3.9 installation

2021-04-21 Thread Ryan Volz
Hi Jerry, On 4/21/21 4:40 PM, geraldfenkell wrote: 2021-04-21 Hello Ryan I want to take this opportunity to thank you, Ryan, for supplying (after "years" of trying) a do-able method for installing a windows 10 version of gnuradio through conda.  Truly a find in my emails of this year. I'm gl

Re: Teething problems with new GNU Radio 3.9 installation

2021-04-21 Thread Ryan Volz
Hi Brendan, I can't comment on the particular errors you're seeing with GR 3.9, but I can offer an alternative to building from source. I maintain a collection of packages for conda-forge that use the conda package manager, including UHD and GNU Radio. Because of the way conda works, these are

Re: High sample rate freeze (Manjaro/Arch problem?)

2021-04-02 Thread Ryan Volz
Hi, This looks like a bug in UHD 4.0.0.0 that has been fixed but not yet released: https://github.com/EttusResearch/uhd/issues/380 I think that leaves you a few options for workarounds that don't involve switching your distribution: 1) Compile UHD from source with a patch from the commit link

Re: ZMQ Message Debug

2021-03-09 Thread Ryan Volz
Hi Jay, This does not directly address your ZMQ questions, but pertains to your software setup. Would being able to install ROS packages through conda be helpful?: https://medium.com/robostack/cross-platform-conda-packages-for-ros-fa1974fd1de3 You could pair that with the GNU Radio packages a

Re: Issue reporting and Pull Request rules?

2021-02-22 Thread Ryan Volz
I suggest documenting the immediately relevant parts of these procedures using Github's pull request and issue templates: https://docs.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates The way I've seen it work in other communities is that the templates use

Re: Windows install link

2021-01-19 Thread Ryan Volz
Hi Jay, Since it's a class and students could be using different platforms, perhaps conda packages would be good for you: https://wiki.gnuradio.org/index.php/CondaInstall That can get you 3.8.2 or, very shortly, 3.9. The biggest sticking point might be unavailable OOTs or hardware support dep

Re: [announcement] Release Candidate 3.9.0.0-rc2

2021-01-08 Thread Ryan Volz
Hi everybody, In case it helps any of you give this release candidate a try before the final release, there are now binaries available with the conda package manager for Linux, macOS, and Windows. See the newly-minted conda installation guide on the wiki for details on how to install them: ht

gnuradio (+ friends) packages for conda on Linux, macOS, and Windows

2020-07-16 Thread Ryan Volz
Hi everybody, Over the past few months, I've managed to build conda packages for GNU Radio, some out of tree modules, and other related software and make them available through conda-forge (https://conda-forge.org/). The partial list includes: gnuradio gnuradio-osmosdr gnuradio-soapy gqrx libii

Re: ALSAPulseAudio procedure

2020-07-01 Thread Ryan Volz
Hi Barry, I don't know too much about ALSA or PulseAudio, but I do know that the part of the wiki that you cited is for setting up an ALSA source that grabs whatever is playing through PulseAudio. It is *not* something that you can use for an audio sink, only an audio source, which I think is w