[USRP-users] Re: rfnoc_image_builder on UHD 4.7

2024-10-02 Thread Ryan Marlow
Chris's suggestion worked great. thanks Martin and Chris! Ryan On Wed, Oct 2, 2024 at 8:13 AM Martin Braun wrote: > Hey Ryan, > > Chris' solution will get you running. If you're feeling adventurous, we've > actually done a lot of work on rfnoc_image_builder since the release, so > the master br

[USRP-users] Re: rfnoc_image_builder on UHD 4.7

2024-10-02 Thread Martin Braun
Hey Ryan, Chris' solution will get you running. If you're feeling adventurous, we've actually done a lot of work on rfnoc_image_builder since the release, so the master branch version of UHD has a fix for this issue (no need to downgrade ruamel.yaml), but of course it requires building UHD from so

[USRP-users] Re: rfnoc_image_builder on UHD 4.7

2024-10-01 Thread chris.pineda--- via USRP-users
I’ve run into this problem with UHD 4.6. That specific function got removed in the latest version so in order to make it work, I had to downgrade the ruamel.yaml version with the following: > pip install "ruamel.yaml<0.18.0" Once you downgrade it, it should work. __